home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gambler 5
/
GAMBLERCD05.BIN
/
amiga
/
megatyph.lha
/
install
next >
Wrap
AmigaDOS Script File
|
1996-08-31
|
518b
|
23 lines
.KEY d
echo ""
echo ""
echo "--------> installing MEGA-TYPHOON to directory <d>"
makedir <d>
copy df0:mega-typhoon <d>
copy df0:prgfx <d>/prgfx all
echo ""
echo ""
echo "-----------------------------------------------------------------"
echo ""
echo " to play MEGA-TYPHOON, type the following at the CLI-prompt"
echo ""
echo ""
echo " > cd <d>"
echo ""
echo " > mega-typhoon"
echo ""
echo "------------------------------------------------------------------"
echo ""
echo ""