home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games Special 3
/
cd.iso
/
dosgames
/
horsrace
/
track.bat
< prev
next >
Wrap
DOS Batch File
|
1992-05-24
|
1KB
|
43 lines
ECHO OFF
VERIFY ON
CLS
IF EXIST *.IMG ERASE *.IMG
IF EXIST G.MDE ERASE G.MDE
CLS
IF NOT EXIST README.* GOTO KEEPGOING
ECHO - Have you made a back-up copy? And is this it?
ECHO - Have you printed the README file?
PAUSE
:KEEPGOING
IF EXIST REGISTER GOTO CARRYON
IF NOT EXIST REGISTER ECHO - Register missing! Not enough room? Please erase README file(s).
IF NOT EXIST REGISTER GOTO AEND
CLS
:CARRYON
CLS
ECHO - This section constructs the track for the Races. Do not proceed to
ECHO - Races until you are satisfied that your track will work. Experiment!
ECHO - Experiment........until it comes out right. Good Luck!
ECHO -
PAUSE
J.COM /H
CLS
SET BUFFERS=10
SET FILES=10
CONSTRCT %1 %2
SET BUFFERS=28
SET FILES=24
IF NOT EXIST *.IMG ECHO - DID NOT WORK....TRY AGAIN!....You may not have enough room.....
IF NOT EXIST *.IMG GOTO AEND
ECHO - If not satisfied or you want to change resolution return to track.
ECHO - Now type RACES...goto the races.
:AEND
ECHO -