home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -readerstuff- / richard_burke / scripts / dsqview.readme < prev    next >
Text File  |  1998-05-02  |  861b  |  19 lines

  1. Usage
  2. *****
  3.  
  4. Go into a CLI and type "execute <path>/DSQview"
  5. where <path> is the path of the DSQView file
  6.  
  7. Notes
  8. *****
  9.  
  10. A very short and quick one this.  All it does is extract a filelist from a DSQ
  11. archive and display it.  DSQ is DiskSqueeze, an alternative to DMS, which uses
  12. LZX to compress disks, so it saves smaller files than DMS does.  When creating
  13. DSQ archives, you have the option to add a list of the files in it into the
  14. archive, and all my script does is show that list if there is one.  It uses
  15. PPMore to display the file, and LZX to extract it, so you need both of these
  16. preferably in C:.  I got the idea from the description of how to make a DOpus
  17. button for doing the same in the DSQ docs... The only thing I had to add was
  18. renaming the DSQ archive to end with the suffix ".lzx", otherwise LZX wouldn't
  19. touch it.  It is renamed back at the end.