home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / throb5.zip / THOROAB.BAT < prev    next >
DOS Batch File  |  1990-09-17  |  2KB  |  44 lines

  1. echo off
  2. cls
  3. echo          ╔════════════════════════════════════════════════════╗
  4. echo          ║     The Cambridge Thoroughbred Handicapper 5       ║
  5. echo          ║           Dual Floppy Disk Configuration           ║
  6. echo          ╠════════════════════════════════════════════════════╣
  7. echo          ║     Make sure your Data Disk is in Drive B.        ║
  8. echo          ║       Then Strike Any Key to Continue....          ║
  9. echo          ╚════════════════════════════════════════════════════╝
  10. pause > nul
  11. if exist b:distance.dat goto okay
  12. cls
  13. echo          ╔════════════════════════════════════════════════════╗
  14. echo          ║                      WARNING!                      ║
  15. echo          ╠════════════════════════════════════════════════════╣
  16. echo          ║  The program cannot find the files DISTANCE.DAT    ║
  17. echo          ║  on the disk in Drive B. The Handicapper requires  ║
  18. echo          ║  this file to run properly. Please check your      ║
  19. echo          ║  Data Disk and try again.                          ║
  20. echo          ╚════════════════════════════════════════════════════╝
  21. echo:
  22. goto finis
  23. :okay
  24. cls
  25. echo:
  26. echo:
  27. echo          ╔════════════════════════════════════════════════════╗
  28. echo          ║   Loading Cambridge Thoroughbred Handicapper 5     ║
  29. echo          ╠════════════════════════════════════════════════════╣
  30. echo          ║  The program may take a minute to load and set     ║
  31. echo          ║  up its files. Please be patient....               ║
  32. echo          ╚════════════════════════════════════════════════════╝
  33. echo:
  34. path > a:setpath.bat
  35. path a:\
  36. b:
  37. cappersw
  38. a:
  39. setpath
  40. echo:
  41. echo:
  42. :finis
  43. prompt $p$g
  44.