Open notepad to continuously

1.Open notepad & type the following code given below :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
2.Save it your name.bat

Also Read



Post a Comment

0 Comments