home *** CD-ROM | disk | FTP | other *** search
- /* */
-
- address command
- options results
- ExtractPath = 'RAM:'
- ExtractPath = AddPart(ExtractPath,'')
-
- parse arg Archive
-
- 'LhA x "'Archive'" "'ExtractPath'"'
- if RC > 0 then 'RequestChoice >NIL: "AmigActive CD" "An error occured while*Nextracting this archive" "OK"'
- else 'rx AACD01:CDTools/S/ShowDir' ExtractPath
-