Hi All,
Open Notepad continually in your friend's computer using some bat file .
CODE :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "Anyname.BAT" and run it in your friends system .
that's it .............................having some fun..........
thank u ......
warning : the script only for educational purpose only.please don't misuse the code .
No comments:
Post a Comment