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 / CATLOG / CCAT26.LBR / CCAT.DQC / CCAT.DOC
Text File  |  2000-06-30  |  2KB  |  62 lines

  1.  
  2.  
  3.                    ->>> Compare Catalogs <<<-
  4.                             9 Nov 85
  5.  
  6.  
  7.      CCAT is a "double-ended" list comparison program intended
  8. specifically to be used as a companion to the excellent MCAT and
  9. XCAT programs by Irvin M. Hoff.  CCAT was written to provide a
  10. convenient means by which to compare the catalog listings of two
  11. independent collections of programs (e.g., the catalog listing of
  12. a working library and that of an archive collection).  Inputs to
  13. CCAT are MAST.LST files generated as output by the XCAT listing
  14. program.  The output of CCAT is a double listing:
  15.  
  16.            (1) A list of all files in MAST.LST A
  17.                which do not appear in MAST.LST B
  18. and:
  19.            (2) A list of all files in MAST.LST B
  20.                which do not appear in MAST.LST A
  21.  
  22. The output from CCAT may be directed to the printer or to a disk
  23. file, but is always sent to the screen.  If a disk file is selected,
  24. a backup of a previous CCAT output file is automatically created.
  25. An example of syntax for CCAT when input data is put on the
  26. command line is:
  27.  
  28.                  A>CCAT B:MAST.LST C:MAST.LST
  29.  
  30. If only CCAT is entered on the command line, the remaining data
  31. is requested.  The request for an output file name may be
  32. answered with a carriage return if the default name is acceptable.
  33.  
  34. The two input files (any name), may be selected from any drive.
  35. File output will default to the logged drive as ODDFILE.LST
  36. unless otherwise specified.
  37.  
  38. CCAT consists of a COM file and CCAT.000 (an overlay).  The overlay
  39. allows very large (more than 3000) MAST.LSTings to be processed
  40. and the output to be neatly formatted.  The Turbo Pascal source
  41. file is included.
  42.  
  43. NOTES:  If user wishes to rename CCATxx.COM,  the source file
  44.         must be recompiled - otherwise the overlay will not be found
  45.         at run-time.  A run-time error (F0) will be indicated.
  46.  
  47.         CCAT must be run from the logged drive.  (The program
  48.         expects the to find the overlay on the logged drive during
  49.         execution.)
  50.  
  51.  
  52.      Please report any problems to:
  53.  
  54.                                              Richard Mack
  55.                                              3407A Courtleigh Drive
  56.                                              Baltimore, MD  21207
  57.                                              301-922-1176
  58.  
  59.                              CompuServe ID:  76367,457
  60.  
  61.  
  62.