home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 3 / cd.iso / dosgames / horsrace / races.bat < prev    next >
DOS Batch File  |  1992-04-16  |  1KB  |  52 lines

  1. ECHO OFF
  2. CLS
  3.  
  4. ECHO - Please turn printer on. Thank you.
  5. PAUSE
  6.  
  7. PRINT /T
  8. CLS
  9. IF EXIST RVOLUME.VER GOTO MOVEON
  10. VOL >RVOLUME.VER
  11. :MOVEON
  12. IF EXIST TRACK.IMG GOTO NEXTA
  13.  
  14. :ABANDON
  15. ECHO - Track does not exist....go to TRACK first.
  16. GOTO AEND
  17.  
  18. :NEXTA
  19. ECHO   Distributed by Data-Plane Inc.  1 - (800) - 323 - 8063
  20. ECHO ╔════════════════════════════════════════════════════════════════════════════╗
  21. ECHO ║ These programs are protected under the copyright laws of the United States ║
  22. ECHO ║ of America.  No part nor portion thereof,  may be copied, except as backup ║
  23. ECHO ║ nor distributed on any media,  nor  operated  on  more  than  one computer ║
  24. ECHO ║ without the express written consent of Data-Plane Inc.                     ║
  25. ECHO ╚════════════════════════════════════════════════════════════════════════════╝
  26. ECHO 
  27. PAUSE
  28. J.COM /H
  29. CLS
  30.  
  31. SET BUFFERS=10
  32. SET FILES=10
  33. bbsRACE
  34. SET BUFFERS=28
  35. SET FILES=24
  36.  
  37. CLS
  38. ECHO ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  39. ECHO   Hope that you won lots of $$$$$$.  Come back soon.
  40. ECHO ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  41. ECHO   The results of any race may be printed by typing
  42. ECHO    PRINT m_r.RCE.....where m = meet & r = race no.
  43. GOTO AEND
  44.  
  45. :NOROOM
  46. ECHO - No room!?.......
  47. IF EXIST *.EXE ECHO - Please erase *.EXE file(s)......
  48. IF EXIST README.* ECHO - Please erase README file(s)......
  49.  
  50. :AEND
  51. ECHO -
  52.