home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
fun&games
/
adventure
/
mechfight
/
unpackgame
< prev
next >
Wrap
Text File
|
1990-11-24
|
2KB
|
61 lines
.K ""
echo "This script will create a new, bootable, MechFight game disk."
echo "You will need the following:"
echo ""
echo " (1) A blank disk."
echo " (2) Drive df1: free."
echo " (3) A standard WorkBench 1.3.2 disk."
echo ""
ask "Do you have all three of the above ready?"
if not WARN
echo "Try again when you do ..."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
echo "Formatting MechFight disk in df1:"
sys:system/format drive df1: name MechFight noicons
echo "Making MechFight disk bootable."
c:install drive df1:
echo "Unpacking MechFight distribution files."
:c/lharc -n -x -a -m x MechFight.lzh MechFight:
echo "Retrieving required WorkBench files to ram:"
makedir ram:MechFight
makedir ram:MechFight/c
makedir ram:MechFight/l
makedir ram:MechFight/devs
makedir ram:MechFight/libs
makedir ram:MechFight/GAME
copy WorkBench1.3:c/Run ram:MechFight/c/Run quiet
copy WorkBench1.3:c/delete ram:MechFight/c/delete quiet
copy WorkBench1.3:c/endcli ram:MechFight/c/endcli quiet
copy WorkBench1.3:c/NewCLI ram:MechFight/c/NewCLI quiet
copy WorkBench1.3:c/echo ram:MechFight/c/echo quiet
copy WorkBench1.3:c/execute ram:MechFight/c/execute quiet
copy WorkBench1.3:c/copy ram:MechFight/c/copy quiet
copy WorkBench1.3:c/cd ram:MechFight/c/cd quiet
copy WorkBench1.3:c/IconX ram:MechFight/GAME/IconX quiet
copy WorkBench1.3:c/LoadWB ram:MechFight/c/LoadWB quiet
copy WorkBench1.3:c/Wait ram:MechFight/c/Wait quiet
copy WorkBench1.3:l/Disk-Validator ram:MechFight/l/Disk-Validator quiet
copy WorkBench1.3:l/NewCon-Handler ram:MechFight/l/NewCon-Handler quiet
copy WorkBench1.3:l/Ram-Handler ram:MechFight/l/Ram-Handler quiet
copy WorkBench1.3:devs/ramdrive.device ram:MechFight/devs/ramdrive.device quiet
copy WorkBench1.3:libs/icon.library ram:MechFight/libs/icon.library quiet
copy WorkBench1.3:libs/info.library ram:MechFight/libs/info.library quiet
copy WorkBench1.3:libs/diskfont.library ram:MechFight/libs/diskfont.library quiet
echo "Installing selected WorkBench files on MechFight disk."
copy ram:MechFight MechFight: all quiet
delete ram:MechFight all quiet
echo ""
echo "All done. Reboot with MechFight disk to play."
echo "Click close gadget to get rid of window."
endcli