DIR Return Create A Forum - Home
---------------------------------------------------------
Arti-X Forums
HTML https://artixsoft.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Pranks
*****************************************************
#Post#: 8--------------------------------------------------
[Tutorial]Duplicating CMD Pop-up[Tutorial]
DIR By: Artix
Date: February 5, 2013, 2:53 pm
---------------------------------------------------------
Hello. This was probably the first trick i learned. I learned it
in about 6th grade, and the librarians hated it. What this does,
is you run the program, and it keeps on opening itself, and wont
stop. The average PC user would go directly to the power button
on the tower to resolve this, but it can be solved, by
CTRL+ALT+DEL, then ending the process.
Heres the code:
--- Code ---
@echo off
run cmd
--- End Code ---
Now, this is important, save it as 'cmd.bat' (no quotations).
If you want to save it as another name, like "test", you need to
not type "run cmd" but type "run test"
Example:
--- Code ---
@echo off
run test
--- End Code ---
Now just send it to someone, and your done!
*****************************************************
Page 1 of 1