home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not exist distance.dat goto badfile
- rem If you run into memory problems, un-comment the following
- rem line to use disk for virtual memory. If running on drive other
- rem than C, substitute your drive and or directory. Be sure
- rem you have enough space on your drive for the amount of memory
- rem you select. This example sets aside 360K. See manual for details.
- rem set clavm0=c:\,360
- echo:
- echo Loading Cambridge Thoroughbred Handicapper 5
- cappersw
- goto finis
- :badfile
- echo:
- echo Sorry, the data files required by the program can't be found
- echo on this drive or directory. The program requires the following files:
- echo:
- echo DISTANCE.DAT
- echo DISTANCE.K01
- echo:
- echo These should be installed when you create a new directory or disk
- echo for the handicapper data. If you have any questions, please refer
- echo to the instruction manual.
- echo:
- :finis
- prompt $p$g
-