09.03.2009, 10:45
If someone is interested, I found a little MS-DOS utility that may comes handy:
Download: http://www.simtel.net/product.php%5Bid%5...simtel.net
So all we need to do is create a batch file with 2 commands. The first one calls this "RANDFILE" executable and the second one will call the IL-2 executable itself.
I
Code:
RANDFILE: RANDOMLY CHOOSES A FILE TO COPY
Copyright (C) 1993 by Zachary G. Ives. All Rights Reserved
DESCRIPTION
This program randomly chooses a file from the source file specification
(which should include wildcards), and copies it to the destination filename
given. It was originally written to randomly choose start-up screens for a
WWIV 4.22 BBS system, but could be used for other tasks which involve
randomly operating on one file.
Syntax:
RANDFILE {source filespec} {destination filename}
Example:
RANDFILE C:\WWIV\ANSI\*.ANS C:\WWIV\GFILES\WELCOME.ANS
I hope you find this program useful!
Download: http://www.simtel.net/product.php%5Bid%5...simtel.net
So all we need to do is create a batch file with 2 commands. The first one calls this "RANDFILE" executable and the second one will call the IL-2 executable itself.
I