This
simple computer prank
consists of a code below that will drive your friend crazy as it opens
notepad continuously.
When you type the
below code and rename it as *.bat it take the above showed icon shape.
To Open Notepad continuously in your friend’s computer:
Type the code in notepad as :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "notepad.BAT” and send it.
Note: If you want to try it, then go ahead and when
you built this file double click to open it. But beware it slows your
system and you will be left with no other option than to restart, as
this script opens 100’s of notepad window. So, If you want to try this
than save all your work and then run this file.
Related Posts B
- Crazy notepad trick to continuously popout cd tray
- Play Around with Notepad for Fun
- Freeup or clean RAM using Notepad
- Block a website address from opening in windows
- Recover Windows XP Administrator Password
- Delete Autorun.inf Virus Manually using just Winrar
- Shutdown Computer With Command Prompt or shortcut for
shutdown
- Windows tweak to speed up your hard disk speed
- For Safe Computing Disable CD/DVD or USB Autorun in
windows
- Handy and best computer tip to join Video Files using
Command Prompt – Hack
|