home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
genapps
/
fhs_3.arj
/
THORO5.ZIP
/
THOROAB.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-09-17
|
2KB
|
44 lines
echo off
cls
echo ╔════════════════════════════════════════════════════╗
echo ║ The Cambridge Thoroughbred Handicapper 5 ║
echo ║ Dual Floppy Disk Configuration ║
echo ╠════════════════════════════════════════════════════╣
echo ║ Make sure your Data Disk is in Drive B. ║
echo ║ Then Strike Any Key to Continue.... ║
echo ╚════════════════════════════════════════════════════╝
pause > nul
if exist b:distance.dat goto okay
cls
echo ╔════════════════════════════════════════════════════╗
echo ║ WARNING! ║
echo ╠════════════════════════════════════════════════════╣
echo ║ The program cannot find the files DISTANCE.DAT ║
echo ║ on the disk in Drive B. The Handicapper requires ║
echo ║ this file to run properly. Please check your ║
echo ║ Data Disk and try again. ║
echo ╚════════════════════════════════════════════════════╝
echo:
goto finis
:okay
cls
echo:
echo:
echo ╔════════════════════════════════════════════════════╗
echo ║ Loading Cambridge Thoroughbred Handicapper 5 ║
echo ╠════════════════════════════════════════════════════╣
echo ║ The program may take a minute to load and set ║
echo ║ up its files. Please be patient.... ║
echo ╚════════════════════════════════════════════════════╝
echo:
path > a:setpath.bat
path a:\
b:
cappersw
a:
setpath
echo:
echo:
:finis
prompt $p$g