home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / throb5.zip / THORO5.BAT < prev    next >
DOS Batch File  |  1990-09-22  |  920b  |  28 lines

  1. echo off
  2. cls
  3. if not exist distance.dat goto badfile
  4. rem If you run into memory problems, un-comment the following
  5. rem line to use disk for virtual memory. If running on drive other
  6. rem than C, substitute your drive and or directory. Be sure
  7. rem you have enough space on your drive for the amount of memory
  8. rem you select. This example sets aside 360K. See manual for details.
  9. rem set clavm0=c:\,360
  10. echo:
  11. echo              Loading Cambridge Thoroughbred Handicapper 5
  12. cappersw
  13. goto finis
  14. :badfile
  15. echo:
  16. echo Sorry, the data files required by the program can't be found
  17. echo on this drive or directory. The program requires the following files:
  18. echo:
  19. echo DISTANCE.DAT
  20. echo DISTANCE.K01
  21. echo:
  22. echo These should be installed when you create a new directory or disk
  23. echo for the handicapper data. If you have any questions, please refer
  24. echo to the instruction manual. 
  25. echo:
  26. :finis
  27. prompt $p$g
  28.