home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / fn132bin / man / loadnet.man < prev    next >
Text File  |  1991-09-05  |  2KB  |  64 lines

  1.  
  2.  
  3. LOADNET(1)           FNORDADEL BBS SOFTWARE            LOADNET(1)
  4.  
  5. NAME
  6.      loadnet.tos - build a net list from dumpnet output
  7.  
  8. SYNOPSIS
  9.      loadnet [-{n}] <dumpnet-output-file>
  10.  
  11. DESCRIPTION
  12.      Loadnet takes an ASCII file of output from its companion
  13.      program, dumpnet, and automatically enters all the informa-
  14.      tion into your net list.  It will enter nodes into the net
  15.      list, complete with all the configuration information, and
  16.      will also share all net rooms with the nodes.  The rooms
  17.      must all exist beforehand for the automatic room sharing to
  18.      work.
  19.  
  20.      Loadnet must be run from the directory containing
  21.      ctdltabl.sys.
  22.  
  23. OPTIONS
  24.      -{n} The value to use as the ID# of the last net message
  25.           transferred for any shared room, if no value is speci-
  26.           fied in the <dumpnet-output-file> for that room.
  27.  
  28.      <dumpnet-output-file>
  29.           The file containing dumpnet's output.  This must be
  30.           supplied.
  31.  
  32. NOTES
  33.      This program is intended to be used when a system changes
  34.      from one version of Fnordadel to another.  You shouldn't
  35.      NEED to use it, because any conversion SHOULD be done for
  36.      you by a converter program, but what the heck.
  37.  
  38.      You need not ensure that rooms are networked rooms before
  39.      running this program; they need only exist, and loadnet will
  40.      make them shared.
  41.  
  42.      The -{n} parameter, which is something you will not normally
  43.      use, can have either a positive or negative value.  If nega-
  44.      tive (i.e. --53, for example), the value is subtracted from
  45.      the highest message known to the system, to arrive at the
  46.      default message ID#.
  47.  
  48.      If the value is positive, it is taken to be an absolute mes-
  49.      sage ID#.
  50.  
  51. FILES
  52.      loadnet.tos           Net list loader.
  53.      #netdir\ctdlnet.sys   The net list.
  54.      ctdltabl.sys          The tables file.
  55.  
  56. SEE ALSO
  57.      The Fnordadel Reference Manual
  58.  
  59. AUTHORS
  60.      Loadnet was written by David Parsons for STadel.
  61.  
  62.      It was munged and improved by Adrian Ashley and Royce How-
  63.      land for the Fnordadel project.
  64.