Search found 1 match

by galaxyprogramming
26 Oct 2011 16:45
Forum: DOS Batch Forum
Topic: How can I make this file only out put 30 files
Replies: 1
Views: 2512

How can I make this file only out put 30 files

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?