home *** CD-ROM | disk | FTP | other *** search
- Resident > NIL: C:RequestChoice PURE
- Resident > NIL: C:RequestFile PURE
- Resident > NIL: C:List PURE
-
- ; $VER: DSQView 1.0 (25.07.97) Richard Burke
-
- RequestFile >env:file TITLE "Choose DSQ file ..." ACCEPTPATTERN #?.dsq
- echo $file >env:filenq
- rename $filenq $filenq.lzx
- lzx -m x $filenq.lzx Files.dsq T:
- if EXISTS T:Files.dsq
- ppmore T:Files.dsq
- delete >nil: T:Files.dsq
- else
- RequestChoice "! Error !" "No filelist in DSQ archive..." "Okay"
- endif
- rename $filenq.lzx $filenq
- quit