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