home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / f / mcatxcat.lbr / MCAT.SZT / MCAT.SET
Encoding:
Text File  |  1993-10-26  |  3.6 KB  |  96 lines

  1. NAME  :  MCAT.SET
  2.  
  3. DATE  :  03/29/84
  4.         
  5. TOPIC :  CHANGING 'MCAT' FILE NAMES BUFFER LENGTH EXTERNALLY
  6.  
  7.  
  8.      MCAT is a catalog program for use with your MAST.CAT file.  It sets
  9. the buffer length to optimum for your amount of available memory.  It
  10. first checks the length of the 'file names' buffer, which is very easily
  11. adjusted for various types of disk drives.
  12.  
  13.      Some drives are mini-floppy size and some are large Winchester, so
  14. a method was devised to allow the user to easily select the space needed
  15. for his particular system.  There are two ways you can do this with MCAT:
  16.  
  17.  
  18.      a)  Edit the user-optional area of MCAT and reassemble with
  19.             ASC.COM, LASM.COM or MAC.COM, or:
  20.  
  21.      b)  Consult the table below and change two convenient Bytes:
  22.  
  23.            location    location     file       Bytes
  24.              0103        0104      names     allocated
  25.  
  26.               C0          01         32          448
  27.               80          03         64          896
  28.               00          07        128         1792
  29.               80          0A        192         2688
  30.               00          0E        256         3584
  31.               00          1C        512         7168
  32.               00          38       1024        14336
  33.               00          70       2048        28672
  34.  
  35.  
  36.      Use DDT or SID to call up the MCAT.COM program.  Then use the "S"
  37. command to make the appropriate changes.  When finished, use Control-C
  38. to get back to CP/M, then save with an appropriate name:
  39.  
  40.  
  41. A>SAVE 28 MCAT.COM        (Be sure to check this figure, the
  42.                 program might have been made larger.
  43.                 Use STAT to see how many records are
  44.                 in MCAT.COM before you start, then
  45.                 divide by 2 and increment if -1/2.)
  46.  
  47.      If the file names buffer is too small, a warning notice is shown,
  48. advising the buffer should be made larger.  If you pass the program to
  49. others, include this MCAT.SET file so they can easily adapt it to their
  50. size disk system.
  51.  
  52.      When finished using MCAT to update your catalog file (MAST.CAT),
  53. you can use XCAT.COM to make a cross-referenced file -- either to disk
  54. or to your printer.  The disk file is called MAST.LST.  It can be ex-
  55. amined for a particular program or programs with the FIND.COM utility.
  56.  
  57.  
  58. A>FIND MAST.LST MODEM
  59.  
  60.  
  61.            will find any program in the file containing
  62.            the characters MODEM.  You will soon leran this
  63.            makes a quite convenient way to locate programs
  64.            very rapidly.  (Very useful for other programs,
  65.        also.)
  66.  
  67.  
  68.            (For more detailed information, read MCAT.DOC)
  69.  
  70.  
  71.  
  72. =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =
  73.  
  74.                      A  D  D  E  N  D  U  M
  75.  
  76. =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =
  77.  
  78.  
  79.         For my own disks, I use the following scheme for getting
  80.      the "volume number" and the "current date":
  81.  
  82. A>SAVE 0 -.012       (each disk an unique number from 000-999)
  83. A>SAVE 0 -20NOV83    (the date does not print but is nice to have)
  84.  
  85.         This nicely identifies my disks and works well with MCAT.  If
  86. you give an unique volume number to each disk an additional name is
  87. superfluous, as it is quite unlikely you would ever get over 999 disks.
  88. It is far more simple to keep track of where a disk is stored if you
  89. use numbers rather than names.  Each box has 10 disks so it should be
  90. super-simple to go to the appropriate box for a particular disk after
  91. viewing the MAST.LST file made by XCAT.COM to get the disk number.
  92.  
  93.  
  94.                                        Irvin M. Hoff
  95.                                        Los Altos Hills, CA
  96.