home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Games / Nehahra / Unpack < prev    next >
Text File  |  2000-09-04  |  304b  |  8 lines

  1. echo "Select the directory to unpack to. You will need at least 150MB of free space."
  2. set DestDir `RequestFile TITLE "Select drawer to unpack to" DRAWERSONLY`
  3. echo "Unpacking archive to $DestDir ..."
  4. echo "UnZip nehquake.zip -d $DestDir"
  5. echo "Unpacking complete"
  6. echo "Nehara is in $DestDir"
  7. WaitReturn
  8.