Pages

batch file which opens notepad continuously

Thursday 16 January 2014
1.copy the below code

@echo off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top


2.paste the code into the notepad
3.save the file as file name.bat

warning:do not open the file name.bat which freezes the computer

No comments:

Post a Comment