Wednesday, October 13, 2010

Endless Command prompt windows

     This will continuously open up command prompt windows that will never end.
The basic idea is that there are two .bat files that open the other one when opened, so the other one opens the first one again and the windows just won’t stop coming.

How to do this:
1) Open notepad and type:     start 2.bat
2) Save it as 1.bat (make sure you choose all files when saving it)
3) Open new text document and type:    start 1.bat
4) Save it as 2.bat into the same folder as the other one.

All you have to do to start it is to click on either of them.

     A simple way to stop it is to wait for the windows to become so numerous that they are a group on the taskbar. Then, you can use Close group to get rid of these. Else you can also try closing from the task manager if you have a good idea of the processes.

0 comments:

Post a Comment