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?
Search found 1 match
- 26 Oct 2011 16:45
- Forum: DOS Batch Forum
- Topic: How can I make this file only out put 30 files
- Replies: 1
- Views: 2768