home *** CD-ROM | disk | FTP | other *** search
- Usage
- *****
-
- Go into a CLI and type "execute <path>/DSQview"
- where <path> is the path of the DSQView file
-
- Notes
- *****
-
- A very short and quick one this. All it does is extract a filelist from a DSQ
- archive and display it. DSQ is DiskSqueeze, an alternative to DMS, which uses
- LZX to compress disks, so it saves smaller files than DMS does. When creating
- DSQ archives, you have the option to add a list of the files in it into the
- archive, and all my script does is show that list if there is one. It uses
- PPMore to display the file, and LZX to extract it, so you need both of these
- preferably in C:. I got the idea from the description of how to make a DOpus
- button for doing the same in the DSQ docs... The only thing I had to add was
- renaming the DSQ archive to end with the suffix ".lzx", otherwise LZX wouldn't
- touch it. It is renamed back at the end.