I have this batch file:
@echo off
:A
cd %current%
echo >%random%.%random%
goto A
Is it possible to limit the amount of files it outputs?
How can I make this file only out put 30 files
Moderator: DosItHelp
-
- Posts: 1
- Joined: 26 Oct 2011 16:41
-
- Posts: 126
- Joined: 10 Jun 2011 10:30