home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / C128 / SIGMV801.ARK / SQ.DOC < prev    next >
Text File  |  1986-02-01  |  2KB  |  61 lines

  1. SQ version 1.5a is an experimental outgrowth of Richard
  2. Greenlaw's file compression utility.  Note that it was
  3. developed by modifying SQ 1.5, not 1.6 which has been in
  4. the public domain for a year or so.
  5.  
  6. 1.5a changes:
  7.  
  8. a)    Directed I/O support was removed.
  9.  
  10. b)    Leor Zolman's WILDEXP command-line interface was
  11.     added.  All file and output drive specifications
  12.     are taken from the command line.
  13.  
  14. c)    Output file sizes are checked against input file
  15.     sizes.  If SQ finds a file which doesn't compress
  16.     very well then it discards the output file, and,
  17.     if the output was on a different disk from the
  18.     input file then the input file is simply copied
  19.     to the destination disk.
  20.  
  21. d)    A command-line option consisting of a single plus
  22.     sign (+) causes SQ to ask whether or not to
  23.     discard a poorly-compressed file.
  24.  
  25. e)    Files of 8 sectors or less are never squeezed.
  26.     Even on single-density standard CP/M interchange
  27.     disks no space saving would be realised and, when
  28.     transferring such files by modem the saving in
  29.     transmission time is not significant.
  30.  
  31. Examples:
  32.  
  33. 1    A>sq *.c *.asm
  34.  
  35.     squeezes all .C and .ASM files on the logged-in
  36.     disk.
  37.  
  38. 2    A>sq b: *.c *.asm
  39.  
  40.     same as above except that the squeezed files are
  41.     written to the B: disk.
  42.  
  43. 3    A>sq b: *.c + *.asm
  44.  
  45.     same again except that if a .ASM file is found not
  46.     to compress well then SQ will ask whether or not to
  47.     discard the output file and copy the original.
  48.  
  49. 4    A>sq b: *.* !*.com
  50.  
  51.     squeeze all except .COM files and write the output
  52.     files to the B: disk.
  53.  
  54. Note that this IS a pre-release version of SQ.  PLEASE USE
  55. IT AND REPORT ANY BUGS OR SUBMIT ANY SUGGESTIONS via this
  56. system or to
  57.  
  58.     John Hastwell-Batten,
  59.     38 Silvia St, Hornsby, NSQ 2077
  60.     (02)477 4225 ah, (02) 239 9327 bh.
  61.