home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / games1 / horse.zip / RACES.BAT < prev    next >
DOS Batch File  |  1993-06-10  |  2KB  |  67 lines

  1. ECHO OFF
  2. BREAK OFF
  3. CLS
  4. ECHO ▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐
  5. ECHO ▐ Resident software should be turned off!  E.g., Sidekick, Network(s), Windows▐
  6. ECHO ▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐
  7. ECHO -
  8. ECHO - Please exit Windows to DOS prompt...Please turn printer on. Thank you.
  9. PAUSE
  10.  
  11. ECHO - PRESS [Enter]......
  12. PRINT /T
  13. CLS
  14. IF EXIST *.!!! ERASE *.!!!
  15. IF EXIST RVOLUME.VER GOTO MOVEON
  16. VOL >RVOLUME.VER
  17. :MOVEON
  18. IF EXIST TRACK.IMG GOTO NEXTA
  19.  
  20. :ABANDON
  21. ECHO - Track does not exist....go to TRACK first.
  22. GOTO AEND
  23.  
  24. :NEXTA
  25. ECHO   Distributed by Data-Plane Inc.  1 - (800) - 323 - 8063
  26. ECHO ╔════════════════════════════════════════════════════════════════════════════╗
  27. ECHO ║ These programs are protected under the copyright laws of the United States ║
  28. ECHO ║ of America.  No part nor portion thereof,  may be copied, except as backup ║
  29. ECHO ║ nor distributed on any media,  nor  operated  on  more  than  one computer ║
  30. ECHO ║ without the express written consent of Data-Plane Inc.                     ║
  31. ECHO ╚════════════════════════════════════════════════════════════════════════════╝
  32. ECHO 
  33. PAUSE
  34. J.COM /H
  35. CLS
  36.  
  37. SET BUFFERS=10
  38. SET FILES=10
  39. bbsRACE
  40. SET BUFFERS=28
  41. SET FILES=24
  42.  
  43. CLS
  44. ECHO ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  45. ECHO   Hope that you won lots of $$$$$$.  Come back soon.
  46. ECHO ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  47. ECHO   where  m = meet  &  r = race no.
  48. ECHO -
  49. ECHO    PRINT m_r.RCE.....for results of any race.
  50. ECHO    PRINT m_r.BET.....for tabulation of bets collated by Bettor Id.
  51. ECHO -
  52. ECHO   Said files may be erased after printing.
  53.  
  54. IF NOT EXIST *.BE GOTO AEND
  55. ECHO -
  56. ECHO   Collating Bet files by Id. Please standby...Thank you.
  57. FORT
  58.  
  59. :NOROOM
  60. ECHO - No room!?.......
  61. IF EXIST *.EXE ECHO - Please erase *.EXE file(s)......
  62. IF EXIST README.* ECHO - Please erase README file(s)......
  63.  
  64. :AEND
  65. ECHO -
  66. BREAK ON
  67.