home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Games
/
Nehahra
/
Unpack
< prev
next >
Wrap
Text File
|
2000-09-04
|
304b
|
8 lines
echo "Select the directory to unpack to. You will need at least 150MB of free space."
set DestDir `RequestFile TITLE "Select drawer to unpack to" DRAWERSONLY`
echo "Unpacking archive to $DestDir ..."
echo "UnZip nehquake.zip -d $DestDir"
echo "Unpacking complete"
echo "Nehara is in $DestDir"
WaitReturn