home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
lemmings_453.lzh
/
Lemmings
/
UnPackDisk
< prev
next >
Wrap
Text File
|
1991-02-15
|
967b
|
35 lines
.K ""
echo "This script will unpack the Lemmings Demo disk using the"
echo "lharc program and the LemmingsDemo.lzw file. It requires"
echo "a blank disk and floppy drive df1: to be free."
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
; Note that the drive must be named as follows (with 11 trailing blanks).
echo "Formatting disk in drive df1: ..."
sys:system/format drive df1: name "SKID ROW 1990 " noicons
install drive df1:
echo "Using lharc to unpack the demo disk."
:c/lharc -x -a -m x LemmingsDemo.lzh "SKID ROW 1990 :"
echo "All Done. Click close gadget to get rid of window."
echo "Reboot with game disk to run the Lemmings demo."
endcli