home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / GAMES / HORSE.ZIP / RACEMAIN.EXE / TRACK.BAT < prev    next >
DOS Batch File  |  1993-07-05  |  872b  |  40 lines

  1. ECHO OFF
  2. VERIFY ON
  3. CLS
  4.  
  5. IF EXIST *.IMG ERASE *.IMG
  6.  
  7. CLS
  8.  
  9. :KEEPGOING
  10. IF EXIST REGISTER GOTO CARRYON
  11. IF NOT EXIST REGISTER  ECHO - Register missing! Not enough room? Please erase README file(s).
  12. IF NOT EXIST REGISTER  GOTO AEND
  13. CLS
  14.  
  15. :CARRYON
  16. CLS
  17. ECHO - This section  constructs  the track for the Races. Do not proceed to
  18. ECHO - Races until you are satisfied that your track will work. Experiment!
  19. ECHO - Experiment........until it comes out right. Good Luck!
  20. ECHO - 
  21. PAUSE
  22. J.COM /H
  23. CLS
  24.  
  25. SET BUFFERS=10
  26. SET FILES=10
  27. BREAK OFF
  28. CONSTRCT %1 %2
  29. BREAK ON
  30. SET BUFFERS=28
  31. SET FILES=24
  32.  
  33. IF NOT EXIST *.IMG ECHO - DID NOT WORK....TRY AGAIN!....You may not have enough room.....
  34. IF NOT EXIST *.IMG GOTO AEND
  35.  
  36. ECHO - If not satisfied or you want to change resolution return to track.
  37. ECHO - Now type RACES...goto the races.
  38. :AEND
  39. ECHO - 
  40.