home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / alloc / alloc.doc < prev    next >
Text File  |  1989-10-31  |  1KB  |  27 lines

  1. Alloc is a database provided by Skip Rockwell, K3ARV.  Review it by viewing
  2. the files ALLOC.LIS and ALLOC.FUL.  ALLOC.LIS will be displayed to the
  3. user who types SH/ALLOC <ENTER>.  ALLOC.FUL is the database itself.  
  4. ALLOC.AOK is furnished to limit updates (SYSOP should change if desired),
  5. and ALLOC.NF is provided to help the user if the ALLOC is not found.
  6.  
  7. To implement SH/ALLOC, first load the two files into your PACKCLUS directory.
  8.  
  9. Then, make the index file by executing the MAKEIDX utility as follows:
  10.  
  11.         MAKEIDX ALLOC.FUL 3000 <ENTER>
  12.  
  13. Next, add the following line to your SYSOP.DAT file:
  14.  
  15.         SET/COMMAND ALLOC ALLOC.LIS ALLOC.FUL/ALLOC.IDX * * ALLOC.NF 
  16.  
  17. And, if you didn't shut down the node to install the database, type in the
  18. above line as a SYSOP command.  
  19.  
  20. Other nodes may access the database on your node by adding a line to their
  21. SYSOP.DAT and/or typing in the line as a command.  If the callsign of the
  22. node where the database is installed is W3LPL, then the other nodes would 
  23. execute the following command (in SYSOP.DAT and/or as a direct command):
  24.  
  25.        SET/COMMAND ALLOC * * * * * W3LPL
  26.  
  27. W6GO 10/18/89