home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tech / mic11 / mic.doc < prev    next >
Text File  |  1990-10-27  |  2KB  |  39 lines

  1. Mic is a database written by John Campbell, KC4LWI.  Review it  by  viewing
  2. the  files  MIC.LIS and MIC.FUL.  MIC.LIS will be displayed to the user who
  3. types  SH/MIC  <ENTER>.   MIC.FUL  is  the  database  itself.   MIC.AOK  is
  4. furnished  to limit updates (SYSOP should change if desired), and MIC.NF is
  5. provided to help the user if the MIC is not found.
  6.  
  7. To implement SH/MIC, first load the files into your PACKCLUS\DB directory.
  8.  
  9. With  this  release  of  the  MIC database, I have included the index file.
  10. Indexing  at  this  time is not necessary, however, if you need to reindex,
  11. then, make the index file by executing the MAKEIDX utility as follows:
  12.  
  13.       MAKEIDX MIC.FUL 100 <ENTER>
  14.  
  15. Next, add the following lines to your SYSOP.DAT file:
  16.  
  17.       SET/COMMAND MIC MIC.LIS MIC.FUL/MIC.IDX * * MIC.NF
  18.       SET/COMMAND/COMMENT MIC   MIC data prepared by KC4LWI
  19.  
  20. And, if  you didn't shut down the node to install the database, type in the
  21. above lines as SYSOP commands.
  22.  
  23. Other nodes may access the database on your node by adding a line to  their
  24. SYSOP.DAT  and/or  typing in the line as a command.  If the callsign of the
  25. node where the database is installed is K5GH, then the  other  nodes  would
  26. execute the following commands (in SYSOP.DAT and/or as direct commands):
  27.  
  28.        SET/COMMAND MIC * * * * * K5GH
  29.        SET/COMMAND/COMMENT MIC   MIC data prepared by KC4LWI
  30.  
  31. Suggestions and comments for KC4LWI can be  included  in  the  disk  mailed
  32. monthly to W6GO/K6HHD.
  33.  
  34. The  reason  that  this database was developed is simple.  It is not at all
  35. DX related, but I was/am doing so much work with DIGI's that I  stored  all
  36. of  my  data  on my computer.  Then a couple others requested the data so I
  37. developed the DB format for the cluster, and so  that  others  can  quickly
  38. gain access to this data, it is being uploaded to W6GO.     
  39.