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 / ZCAT / NCAT.LBR / XCAT371.DQC / XCAT371.DOC
Text File  |  2000-06-30  |  4KB  |  93 lines

  1. FILE  :  XCAT37
  2.  
  3. DATE  :  20 SEPT 82
  4.  
  5. TOPIC :  HOW TO USE
  6.  
  7.  
  8.      XCAT37 uses the CP/M catalog file called MAST.CAT.  It makes a new
  9. cross-reference file which it can then immediately print in paginated
  10. format, or can put the new file directly to disk.
  11.  
  12.      It loads in as much of MAST.CAT as available memory permits, then
  13. rearranges the file in a cross-reference manner so duplicate copies of
  14. the same program show what disks they are on.  Here is a small sample:
  15.  
  16.  
  17. (Additional note by Jay Sage for version 3.71:  This version, if the
  18. USER equate is set to YES, will include the two characters that indicate
  19. the user area and whether the file is a member of a library.  Thus the
  20. 106 below might appear as 106;2 to show a normal file in user area 2 or
  21. 106<2 to show a file in a library in user area 2.)
  22.  
  23.      CAT     .ASM  -  106
  24.      CAT     .COM  -  033  034  092  093  106  123  147
  25.      CAT     .DOC  -  033  034  106
  26.      CAT2    .COM  -  033  034
  27.      CATALOG .HLP  -  051
  28.      CBAS2   .COM  -  031  032  040
  29.      CCP     .ASM  -  059
  30.      CCP     .DOC  -  059
  31.      CHECKERS.BAS  -  082
  32.  
  33.      Among other things this allows you to quickly determine how many
  34. copies of each file you have, and delete unneeded extra copies.  Up to
  35. ten disk ID numbers are shown per line.  If more exist, a new line is
  36. started to continue the numbering.
  37.  
  38.      XCAT37 uses only disk volume numbers and discards any disk volume
  39. names that might be on the same line.  This can affect the sequence in
  40. which the volume numbers are displayed.  There is a simple remedy for
  41. this -- do not put volume names on the same line as the volume number.
  42. Here is an alternate possibility:
  43.  
  44.      A>SAVE 0 B:-.023
  45.      A>SAVE 0 B:-08AUG82
  46.      A>SAVE 0 B:-EDITORS
  47.  
  48.      All three of these examples may be placed on the same disk to give
  49. additional information.  They use no disk space at all, but do use disk
  50. file names (slightly reducing the number of available remaining names.)
  51.  
  52.      XCAT37 paginates when printing to the list device.  It asks several
  53. questions for the operator to answer:
  54.  
  55.  
  56.      Do you want to include any '.FRE' files? (Y/N):    (1)
  57.      Do you want hard copy instead of a file? (Y/N):    (2)
  58.      Do you want tear tabs to use roll paper? (Y/N):    (3)
  59.      Number of spaces to augment left margin? (0-9):    (4)
  60.      Current date is:                                   (5)
  61.      Start on page  :                                   (6)
  62.      Stop  on page  :                                   (7)
  63.  
  64.      1) User option of including 'space remaining' lines added by NCAT
  65.      2) Any key other than 'Y' makes a disk file instead of printing
  66.      3) A 'Y' puts tear tabs for roll paper every 11 inches, any other
  67.               key defaults to fanfold paper with no tear tabs
  68.      4) A RET leaves the left margin at the normal position
  69.      5) A RET leaves the date area blank
  70.      6) A RET starts on page 1
  71.      7) A RET prints all remaining pages
  72.  
  73.  
  74.      Not all printers have adjustable left margins.  You can readily
  75. insert up to 9 extra spaces, faking an adjustable left margin.
  76.  
  77.      Any number of file names may be handled by XCAT37.  With a 64k
  78. system using a typical size BIOS, around 3200 names may be handled
  79. each pass.  It can handle up to 999 pages on the pagination before
  80. it starts over.  This should handle at least 50,000 file names.  It
  81. takes about one minute to handle a file with 3000 names.
  82.  
  83.      XCAT37 also shows the total number of files handled as well as the
  84. number of "unique file names", since a great many of the total number
  85. are duplicates.  This information gives the true count of different
  86. files in the catalog.
  87.  
  88.      You can abort XCAT37 with a Control-X at any time (unless it says:
  89. "Now writing to disk").
  90.  
  91.  
  92.                                       Irvin M. Hoff
  93.                                       Los Altos Hills, CA  94022