home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 1083.README < prev    next >
Text File  |  1989-04-18  |  5KB  |  150 lines

  1.  
  2.  
  3.            The W0RLI Multi-user PC MailBox
  4.  
  5.  
  6.   Release notes - Overview.
  7.  
  8.   Each of the major functions of the MailBox runs in it's own window.
  9.   For the MailBox itself, there can be several windows running at the
  10.   same time, each serving a different user.
  11.  
  12.   MB.EXE, the MailBox.
  13.  
  14.   MBSTAT.EXE is another separate function that can be run in it's own
  15.   small window. It provides a running display of current MailBox activity.
  16.  
  17.   NW.EXE, The Net Walker, is a tool for tracing the connectivity of a
  18.   NET/ROM or TheNet network.
  19.  
  20.   SERVER.EXE, the Server function, is a very general server function.
  21.   It can be used to call user written modules that extend the functionality
  22.   of the MailBox. A very simple server called ECHO (source and executable)
  23.   is provided as an example of how to create a server. N6VV has provided
  24.   another simple server called INFO. It returns your INFO.MB text in response
  25.   to a message to INFO. SMTP is available from K3MC, it provides MailBox/smtp
  26.   message interchange.
  27.  
  28.   The final MailBox functions are LM.COM, the MailBox "Lock Manager",
  29.   and MBINIT.EXE, the MailBox initialization. LM becomes resident at
  30.   system startup and provides various services to the MailBox functions.
  31.   MBINIT is also called at system startup. It loads global data into LM,
  32.   checks that the TNC's are alive, and provides other startup functions.
  33.  
  34.   PRTLOG.EXE is a MailBox log file analyzer. It provides monthly summary
  35.   reports of MailBox activity.
  36.  
  37.  
  38.   If you are now running a version of the MailBox prior to 8.00
  39.   load your existing USER data into the WP database as follows:
  40.  
  41.   1) Using your existing version of the Mailox, do the command
  42.      IU USER.TXT  (or DU USER.TXT if you have a version before V6).
  43.  
  44.   2) Delete the file USER.MB
  45.  
  46.   3) When you first bring up the new version, do the command
  47.      IO USER.TXT
  48.      This will load your existing user information into the WP database.
  49.  
  50.  
  51.   The MailBox Directory path (\BBS) is hardwired.
  52.   If you previously used some other directory, copy
  53.   everything over to \BBS before bringing up this version.
  54.  
  55.  
  56.   Thank you all for testing the previous versions, and thank you
  57.   in advance for testing this version as well. The changes in commands,
  58.   and any bug fixes, are noted in CHANGES.MB. As usual, there are
  59.   changes in INIT.MB and CONFIG.MB.
  60.  
  61.  
  62.   Run MBINIT to reset the MailBox system if a task crashes.
  63.   DO NOT run LM or MBINIT if any tasks are running,
  64.   exit from all tasks first.
  65.  
  66.  
  67.   System requirements: IBM AT, or XT with V20 processor.
  68.   It is possible to run the code without a hard disk, but NOT recommended.
  69.  
  70.  
  71.   The number of ports, port speed, and number of tasks that
  72.   can be run depend on the speed of the system. Assuming 1200
  73.   baud radio data rate and 9600 baud tnc to computer data rate
  74.   the following guidlines apply. With a "standard" 6 Mhz. AT,
  75.   four or five ports with four to six tasks can be run.
  76.   With a "standard" 4.77 Mhz XT (with V20), two ports and two
  77.   or three tasks will work. With a fast 386, at least six ports
  78.   with seven tasks are ok. I have tested a 6 Mhz AT with two 1200
  79.   baud radios, one 19,200 baud computer/computer link and
  80.   one 300 baud radio. It worked ok. See DV.DOC for more details.
  81.  
  82.  
  83.   Kantronics KPC-4 and KAM require firmware revision 2.85 or later.
  84.   TNC2 should have firmware V 1.1.5 or later. TNC1 should be run
  85.   no faster than 4800 baud.
  86.  
  87.  
  88.  
  89.   1) Backup all files in the MailBox directory (\BBS).
  90.      In case something goes wrong, you will be able to restore
  91.      everything to where it was without loss of messages.
  92.  
  93.   2) Customize INIT.MB and CONFIG.MB for your station.
  94.      Verify that all files required by the MailBox are
  95.      in the MailBox directory (\BBS).
  96.  
  97.   3) Make certain CONFIG.SYS and AUTOEXEC.BAT have parameters
  98.      set to handle the MailBox:
  99.  
  100.      In CONFIG.SYS:
  101.  
  102.      files = 40
  103.      buffers = 60      - With DoubleDOS, make this 20
  104.      fcbs = 16,8
  105.      stacks 16,48
  106.  
  107.      In AUTOEXEC.BAT:
  108.  
  109.      share
  110.      lm
  111.      mbinit
  112.      <don't forget to load MBBIOS or equivalent, and set the ports with MBMODE!>
  113.  
  114.  
  115.   4) In case of crash:
  116.      It is most important, if the system crashes for any reason,
  117.      to do the following, in this order:
  118.  
  119.      CHKDSK /F
  120.      RECOVER
  121.      MBINIT
  122.  
  123.      This will gaurantee that there is no loss of data.
  124.      It is smart to put the CHKDSK /F and RECOVER into your AUTOEXEC.BAT
  125.      so they are always run at system startup.
  126.  
  127.  
  128.  
  129.   Approximate window sizes required:
  130.  
  131.  
  132.      MB     - 77k
  133.      MBSTAT - 22k
  134.      NW     - 37k
  135.      SERVER - 110k  (minumum, this will support the ECHO and INFO servers)
  136.  
  137.   If things do not work right, increase the window size until they do.
  138.  
  139.  
  140.        *** Getting started for the first time ***
  141.  
  142.  
  143.   Read the first few pages of MB.DOC before you attempt to run
  144.   the program, and read it in detail for information on setting up
  145.   route tables, etc.
  146.  
  147.  
  148.   ... Hank
  149.  
  150.