home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
trek_409.lzh
/
Trek
/
UnPackSTData
< prev
next >
Wrap
Text File
|
1990-11-21
|
792b
|
34 lines
.K ""
echo "This script will unpack the following lharc archives:"
echo ""
echo " tobtrek2.lzh => STData:"
echo ""
ask "Do you have a blank disk ready?"
if not WARN
echo "Try again when you do ..."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
ask "Is floppy drive df1: free?"
if not WARN
echo "You will need to do the unpacking yourself."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
echo "Formatting and unpacking disk."
sys:system/format drive df1: name STData noicons
:c/lharc -x -a -m x tobtrek2.lzh STData:
echo "Copying selected WorkBench files to STGame:"
copy WorkBench1.3:Utilities/more ram:more
copy ram:more STData:more quiet
delete ram:more quiet
echo "All Done. Click close gadget to get rid of window."
endcli