home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / ace160.zip / UTIL_SFX.EXE / IDX.DOC < prev    next >
Text File  |  1993-07-25  |  1KB  |  44 lines

  1.             AceComm & Utilities (Tm)
  2.  
  3.              Version  1.60
  4.  
  5.            Evaluation copy 07/25/93
  6.  
  7.  
  8.    Utility Name: IDX.EXE
  9.    Description: Create an index file for all Host,NETs in the FIDO NODELIST
  10.  
  11.  
  12.  
  13.  
  14.    IDX.EXE is used for indexing the 'RAW' NODELIST file. This index
  15.    is currently 4 -5k in size. The index file is used by ACECOMM
  16.    for any mail related activities. For instance if you wish to make
  17.    use of the File Request option, you will (1) need a copy of the
  18.    NODELIST (2) run IDX (3) put both the NLIST.IDX and NODLIST.nnn
  19.    files into a directory pointed to by the ACECOMM directory labled
  20.    Nodelist.
  21.    IDX must be run each time the nodelist changes.
  22.    Note: ACECOMM will also use FBL.EXE output .NOD files in place of the
  23.      .IDX/NODELIST combo.
  24.    Source code for IDX.EXE is available from my BBS from file area
  25.    ACE_COMM.
  26.  
  27.  
  28.  
  29.    - IDX Input
  30.  
  31.    IDX requires an unformated nodelist file. (nodelist.234 etc.)
  32.    Formated (compiled) nodelist files won't do.
  33.  
  34.  
  35.  
  36.    - IDX Output
  37.  
  38.    IDX creates a file NLIST.IDX. The index file is nothing more than
  39.    a list of ZONE:NET pointers. an IDX record is 10 bytes long. The
  40.    first two records contain a byte equal to the nodelist.ext filename
  41.    size. Follows the filename. Filenames in NLIST.IDX will be used to
  42.    find which nodelist file they belong to.
  43.  
  44.