home *** CD-ROM | disk | FTP | other *** search
- 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 -
-