J
Jens Richter
In a directory, 1000 files of ABCxxx.TXT may exist, where xxx are
numbers 0...9, i.e. the files may be ABC000.TXT ... ABC999.TXT.
The BATch program should find the first file in this sequence, which
does not exist yet in the directory.
Hence, the check must begin at ABC000.TXT, has to loop until ABC999.TXT
and must exit at that file which does not exist yet in the directory.
Could anybody give a helful hint how to accomplish that ?
Thank you very much in advance !
Jens Richter
numbers 0...9, i.e. the files may be ABC000.TXT ... ABC999.TXT.
The BATch program should find the first file in this sequence, which
does not exist yet in the directory.
Hence, the check must begin at ABC000.TXT, has to loop until ABC999.TXT
and must exit at that file which does not exist yet in the directory.
Could anybody give a helful hint how to accomplish that ?
Thank you very much in advance !
Jens Richter