home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games 12
/
SPCD12.bin
/
kids
/
countadd
/
ca.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1994-05-18
|
237 b
|
13 lines
Echo off
goto load_ca
:no_ca
echo 'CAPROG.EXE' is not in the current directory so cannot load it.
goto end
:load_ca
cls
Echo Loading, please wait ...
if not exist caprog.exe goto no_ca
caprog %1 %2 %3 %4 %5 %6
goto end
:end