home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 4 / CD_1.iso / games / handicap / races.bat < prev    next >
DOS Batch File  |  1992-08-27  |  1KB  |  55 lines

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