home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games 12
/
SPCD12.bin
/
kids
/
hoorayh
/
hh.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-02-03
|
227 b
|
12 lines
Echo off
goto load_hh
:no_hh
echo 'HHPROG.EXE' is not in the current directory so cannot load it.
goto end
:load_hh
cls
Echo Loading, please wait ...
if not exist hhprog.exe goto no_hh
hhprog %1 %2 %3 %4 %5 %6
:end