home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / games1 / horse.zip / TRACK.BAT < prev    next >
DOS Batch File  |  1992-07-03  |  1KB  |  45 lines

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