home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / cpm / misc2 / usq-new.doc < prev   
Text File  |  1994-09-07  |  3KB  |  86 lines

  1. USQ-NEW.DOC->USQ.DOC
  2.  
  3. USQ.COM
  4. -------
  5.  
  6.      USQ.COM  is  an assembler version of the standard  Unsqueeze 
  7. program,  written in C.  The advantages of this version are  MUCH 
  8. faster  execution,  same syntax for operation (including multiple 
  9. files and wildcards), and much smaller size (only 2k!).
  10.  
  11.      To  use this program on files which have been compressed  by 
  12. SQ, simply type:
  13.  
  14. USQ filename
  15.  
  16.      Where  filename is the full name and extension of  the  file 
  17. you wish to decompress.
  18.  
  19.      You may also use the multiple file option,  and you may also 
  20. specify a different drive for the output files.  As well, you may 
  21. just type:
  22.  
  23. USQ
  24.  
  25.    This  will  place  you  into a  command  line  driven  mode, 
  26. indicated   by  a  '*'  on  the  screen.   All  normal   filename 
  27. combinations  will  work now,  but the disk drives will be  reset 
  28. before  any operations are preformed.  This allows you to  change 
  29. disks without returning to CP/M.
  30.  
  31.      As  mentioned  earlier,   this  program  will  also   accept 
  32. wildcards.  You may wish to decompress, for example, all .AQM and 
  33. all .DQC files on drive A, and put the destination files on drive 
  34. C. To do this, you would type:
  35.  
  36. USQ *.AQM *.DQC C:
  37.  
  38.  
  39. Possible errors:
  40. ---------------
  41.  
  42.      While unsqueezing,  you may encounter some errors.  The most 
  43. common  will  be BDOS errors of the bad sector  nature.  Everyone 
  44. knows how to handle these!
  45.  
  46.      Less  common  will  be messages like "Illegal  decode  table 
  47. size", which usually indicates that the file in question is not a 
  48. squeezed  file,  but appears to be.  If a file is not a  squeezed 
  49. file,  but  is included in a wildcard specification (like  *.*!), 
  50. the file will not be altered,  and the message "is not  squeezed. 
  51. Ignored" will appear.
  52.  
  53.      A very uncommon error will be "Checksum error.".  This error 
  54. indicates  that  the  file does not match  the  original.  It  is 
  55. usually caused by either an undetected BDOS error,  or possibly a 
  56. file transmission error.  Try to obtain another copy of the file, 
  57. and attempt the decompress again.
  58.  
  59. Differences between the C version and this one:
  60. ----------------------------------------------
  61.  
  62.      None of the "-" switches operate in this version,  as I have 
  63. seen no call for them.  Directed I/O will not work, but using the 
  64. command  line  mode,  and a public domain package like "EX  1.21" 
  65. will  give you the same effect for input.  Wildcards can  usually 
  66. solve the problem,  though, since files that are not squeezed are 
  67. ignored.
  68.  
  69.  
  70. Disclaimer and Warning:
  71. ----------------------
  72.  
  73.      While  this  program has been tested,  no liablity  will  be 
  74. assumed for its operation, or lack thereof.
  75.  
  76.      Feel  free to use this for personal use,  but if you wish to 
  77. bundle it with other software,  or sell it itself, please contact 
  78. me for more information.
  79.  
  80. Dave Rand
  81. 10232-160 Street
  82. Edmonton, Alberta
  83. Canada
  84. T5P 3E9
  85.  
  86.