home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 124 / af124b.adf / Unpack_Games < prev    next >
Text File  |  1999-03-22  |  427b  |  17 lines

  1. requestchoice >env:ReqChGG TITLE "Amiga Format Issue 124" BODY "This archive can only be unpacked to a hard drive.*nDo you wish to continue?" GADGETS "Yes|No"
  2. if VAL $ReqChGG EQ 1
  3. skip 1
  4. endif
  5. if VAL $ReqChGG EQ 0
  6. skip 5
  7. endif
  8. lab 1
  9. requestfile DRAWERSONLY TITLE "HARD DRIVE ONLY - Select a drawer to install to" >env:pathname
  10. if warn
  11. skip 5
  12. endif
  13. cd $pathname >nil:
  14. AF124b:unlzx -a -q -bi24 x AF124b:af124b.lzx ""
  15. lab 5
  16. endif
  17.