Welcome To My Blog

Pembuatan blog ini sebenar nya ditujukan untuk meng-share informasi-informasi yang saya ketahui yang berasal dari web atau situs-situs lain maupun dari saya sendiri
Powered By Blogger

Selasa, 01 April 2008

Deleting Boot.ini with a BAT file

Or if you prefer the old BAT command, save this in Notepad as a BAT file(although this deletes other files too):

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

Tidak ada komentar: