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 / BEEHIVE / TESERACT / TESS-025.ZIP / SQ2.DOC < prev    next >
Text File  |  1989-01-22  |  2KB  |  35 lines

  1. SQ command syntax:           Squeeze Version 2.1
  2.  
  3. A>SQ   [d:][path]filename[.ext]   [d:][path][filename][.ext] [/c] [/t] [/r]
  4.              input file                output file
  5.  
  6. Squeeze a file using repeated character compression and Huffman encoding
  7.  
  8.  . If no device or path is specified for the output file, then the current
  9.    device and directory is used.
  10.  
  11.  . If no output filename is specified, then the input filename will be used
  12.    for the output file.
  13.  
  14.  . If no output file extension is specified, then the input file extension
  15.    will be used, with the second character changed to a Q.  If the input
  16.    file has no file extension, then the output file will have an extension
  17.    of QQQ.
  18.  
  19.  . If an output path is specified, but no output filename is specified,
  20.    then the path must be terminated with a \ to differentiate the last part
  21.    of the path from a possible filename.
  22.  
  23.  
  24.  . The /c option specifies compatibility mode.
  25.    SQ will produce files   compatible with all previous versions of USQ.
  26.  
  27.  . The /t option specifies that SQ should prompt for a line of descriptive
  28.    text to be included in the output file 
  29.  
  30.  . The /r option specifies that SQ should replace any existing file with
  31.    the same name as the output file.  If /r is not specified, SQ will not
  32.    destroy an existing file. 
  33.  specified, SQ will not
  34.    destroy an existing file. 
  35.