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 / TURBOPAS / SQZTURBO.LBR / -READ.ME next >
Text File  |  2000-06-30  |  3KB  |  62 lines

  1. [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
  2. []                                                                          []
  3. []                                                                          []
  4. []       SQZ.PAS        USQZ.PAS           CPM.INC       TURBOSQZ.DQC       []
  5. []       SQZMAIN.INC    USQZMAIN.INC       DOS.INC                          []
  6. []                                                                          []
  7. []                                                                          []
  8. [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
  9.  
  10.    Turbo  Pascal  (Version 2.x or 3.x) source for a CP/M or  MsDos/PcDos  file
  11. "Squeezer"  and "UnSqueezer". These file compression programs  are  compatible
  12. with  CP/M public domain SQ.COM and USQ.COM (the "old-timers'  standard"),  as
  13. well as a recent MsDos public domain Squeezer, which stores the original  file
  14. date  and  time.  File CheckSums are developed and verified.  The  CPM.INC  or
  15. DOS.INC files provide source compatibility between CP/M and MSDOS/PCDOS.
  16.  
  17.  
  18. Usage notes: (Sqz and USqz are parallel in operation.)
  19.  
  20.   1 A file name (including wildcards) may be entered on the command line:
  21.  
  22.                     A>SQZ *.PAS
  23.  
  24.                     A>USQZ B:*.?Q?
  25.  
  26.   2 Printer Echo may be turned on:
  27.  
  28.                     A>SQZ *.PAS /P
  29.  
  30.                     A>USQZ /P
  31.  
  32.   3 If  no  file name was entered, you will be prompted for  one  (again,  may
  33.     include wildcards.)
  34.  
  35.   4 Respond  to  prompt  3  with a blank file name (just  <cr>)  to  exit  the
  36.     program.
  37.  
  38.   5 If the file/(s) are not found you return to prompt 3.
  39.  
  40.   6 If the file(s) are found you may specify a different output drive.
  41.  
  42.   7 File statistics are displayed, showing input and output file sizes and the
  43.     output file size as a percentage of the input file size.
  44.  
  45.   8 The  CheckSum of the original file is stored upon Squeezing, and  verified
  46.     upon UnSqueezing (any discrepancy is displayed.)
  47.  
  48.   9 When  the file / all files have been processed, you return to prompt 3  to
  49.     continue with more, or to exit.
  50.  
  51.  
  52. For a relatively complete version history and some specific programming notes,
  53. see TURBOSQZ.DOC, which is included in this library in squeezed form:
  54.  
  55.                             USQZ TURBOSQZ.DQC
  56.  
  57.  
  58.  
  59.  
  60.                                               Bob Berry
  61.                                               CompuServe 76555,167
  62.