home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / throb5.zip / THOROBA.BAT < prev    next >
DOS Batch File  |  1990-09-17  |  2KB  |  57 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 A.        ║
  8. echo          ║       Then Strike Any Key to Continue....          ║
  9. echo          ╚════════════════════════════════════════════════════╝
  10. pause > nul
  11. if exist A:distance.dat goto okay1
  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 A. 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. :okay1
  24. if exist A:command.com goto okay2
  25. cls
  26. echo          ╔════════════════════════════════════════════════════╗
  27. echo          ║                      WARNING!                      ║
  28. echo          ╠════════════════════════════════════════════════════╣
  29. echo          ║  The program cannot find the files COMMAND.COM     ║
  30. echo          ║  file on Drive A. The Handicapper Requires         ║
  31. echo          ║  COMMAND.COM to run properly. Please check your    ║
  32. echo          ║  Data Disk and try again.                          ║
  33. echo          ╚════════════════════════════════════════════════════╝
  34. echo:
  35. goto finis
  36. :okay2
  37. cls
  38. echo:
  39. echo:
  40. echo          ╔════════════════════════════════════════════════════╗
  41. echo          ║   Loading Cambridge Thoroughbred Handicapper 5     ║
  42. echo          ╠════════════════════════════════════════════════════╣
  43. echo          ║  The program may take a minute to load and set     ║
  44. echo          ║  up its files. Please be patient....               ║
  45. echo          ╚════════════════════════════════════════════════════╝
  46. echo:
  47. path > b:setpath.bat
  48. path b:\
  49. a:
  50. cappersw
  51. b:
  52. setpath
  53. echo:
  54. echo:
  55. :finis
  56. prompt $p$g
  57.