home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / pcbnet54.zip / PCBNET.DOC < prev    next >
Text File  |  1993-05-18  |  7KB  |  154 lines

  1.                        PCB-Net v5.4 for PCBoard 15.0
  2.  
  3. Description:  This program will update Mail Waiting flags for specific
  4.               users who have mail waiting in any conference.  This program
  5.               should be used for EchoMail type conferences (Although you
  6.               can use it whenever you want).
  7.  
  8. WHY Use It:   If you are like me and carry Echo Mail Conferences (ILink,
  9.               MetroLink, PCRelay, FidoNet, etc.) most of the software
  10.               out there will not update the Mail Waiting Flags for your
  11.               Users when they have mail.  This program *WILL* do it and
  12.               it is VERY FAST.
  13.  
  14. WHAT Happens: After you run PCBNet, and it finds a user in your NDX files,
  15.               it will update the Mail Waiting Flags both in the USERS and
  16.               USERS.INF file for each specific conference.
  17.  
  18.               When the user logs onto your BBS they will be notified that
  19.               they have MAIL WAITING in that specific conference.  Is nice
  20.               to know if you finally got that message to a reply.
  21.  
  22.               The new version of PCB-Net is 500% to 1000% times faster.
  23.               How?  Let's just say a LOT of thinking and experimentation
  24.               went into this version to speed things up.  I can scan my
  25.               main board message base with 5000+ messages under a minute
  26.               with this version.
  27.  
  28.               With the new version of PCBoard, some things were changed
  29.               and added to PCBNet.  One very important one is when a
  30.               MSGS.IDX file has not been updated properly, PCBNet will
  31.               update the file(s).  This will insure that your users get
  32.               their mail.  Some Third Party Software do not take advantage
  33.               of the new .IDX format and thus it has to be updated.
  34.  
  35.               Please note that PCB-Net uses a LOT of memory to speed up
  36.               things.  If you run into a memory problem, please contact me
  37.               at 801-489-4878 [Tuesday thru Friday, 7am to 6pm, Saturdays
  38.               9am to 12pm].  Ask for Cam.
  39.  
  40. READ NOW:     There is a 20 second delay for non registered users.  Once you
  41.               register you won't get the 20 second delay.  Unfortunately,
  42.               shareware isn't that profitable unless people are reminded that
  43.               they need to register.  Since PCB-Net usually runs in the
  44.               background, I had to add a delay of some sort since only about
  45.               2% of all PCBoard Sysops will register utilities that they
  46.               never see again <arg>..
  47.  
  48. What Version  PCBNet v5.4 was specifically written for PCBoard 15.0.  However
  49. of PCBoard:   you can use PCBNet v5.4 with PCBoard 14.5.  However, please be
  50.               aware that the .IDX file(s) will be created.  Other than that,
  51.               the code will work just fine.
  52.  
  53. Misc Information....
  54.  
  55.      Unlike the old version, the new version nor longer uses the /INIT switch.
  56.      Everything is done dynamicly and very smart.  I'm sure you'll find the
  57.      new version very easy to use.
  58.  
  59. Command Line Switches...
  60.  
  61.   In order to properly use this program you *MUST* pass at least the /AREA:xxx
  62. command line switche to it:
  63.  
  64.   The command line switches look like this:
  65.  
  66.    /AREA:l-h;etc.     l means LOW conference number, h means HIGH conference
  67.                       number.  You can add as many as you like.
  68.  
  69.    /AREA:ALL          This will scan all of your conferences.  This comes
  70.                       in handy if you are constantly deleting/adding
  71.                       conferences.  This way you don't have to modify any
  72.                       of your BATCH files.  I suggest using this.
  73.  
  74.    /CFG:path/name     example would be:  /CFG:C:\UTILS\PCBNET\PCBNET.PTR
  75.                       The default filename is PCBNET.PTR.  It is created
  76.                       in the current directory that PCBNET.EXE is running.
  77.  
  78.    /FAST              If you wish to bypass some of the information that
  79.                       is written to the screen while running the program,
  80.                       use this switch.  This switch can speed up the
  81.                       process since very little information will be written
  82.                       to the screen.
  83.  
  84.    /INIT              Use this option ONE TIME ONLY.  Use this when using
  85.                       PCB-Net for the first time.  This will set your
  86.                       PCBNET.PTR file to the Highest Message in each
  87.                       conference that you have defined on the /AREA:
  88.                       switch (I suggest using /AREA:ALL /INIT for first
  89.                       time installation).
  90.  
  91.    /MONO              PCB-Net uses High Intensity Colors.  It looks just fine
  92.                       on EGA/VGA Monitors.  If you're running on a MONO/CGA
  93.                       monitor I would suggest you use this option, otherwise
  94.                       you'll get a lot of screens that BLINK.
  95.  
  96.    /SAFE              This will update mail flags at a SAFE rate.  This is
  97.                       the slowest way, but it ensures that nothing can go
  98.                       wrong.
  99.  
  100. Examples:
  101.  
  102.   PCBNET.EXE /AREA:100;200-400;1000 /FAST /CFG:C:\PCB\PCBNET.CFG
  103.  
  104.   PCBNET.EXE /AREA:ALL /MONO
  105.  
  106.  
  107. What directory do you run it from?
  108.  
  109.   PCBNet *MUST* be run from a directory that contains your PCBOARD.DAT file
  110. and in most cases, you use this program in an EVENT.
  111.  
  112.   You can also run PCBNET in your $$LOGOFF.BAT file.  A number of people do
  113. this to insurance things are being updated properly.  Follow the example
  114. in the Event Running on how to add it to a batch file properly.
  115.  
  116.  
  117. Event Running:
  118.  
  119.   Once you have used the first time initialization, you should append this
  120. example to your EVENT file(s).  Example:
  121.  
  122. C:
  123. CD \PCB
  124. PCBNet /c:l-h
  125. rem note l-h are the conferences you want to check for mail for your users.
  126.  
  127.  
  128. Registration:
  129.  
  130.   PCBNET v5.4 is being released as shareware.  We're asking a mere $10.00.
  131. A lot of time and effort has gone into the new version to make things a little
  132. easier and better for your Bulletin Board System.
  133.  
  134.   You can register three different ways:
  135.  
  136.   1) Call us at 801-489-4878 [Tuesday - Friday 8am to 6pm, Sat 9am to 12pm].
  137.      You will need to have a Visa,MasterCard,Diners Club, or JCB Credit Card.
  138.      All Credit Card Orders are shipped out (unless you're a previous customer
  139.      of ours, but be sure to leave us a message stating that you want to
  140.      download the KEY file).
  141.  
  142.   2) Call the support board and use the PURCHASE Door at 801-489-3558.  We are
  143.      using a HST DS 16.8K modem (v.32/bis compatible).
  144.      You will need to have a Visa,MasterCard,Diners Club, or JCB Credit Card.
  145.      All Credit Card Orders are shipped out (unless you're a previous customer
  146.      of ours).
  147.  
  148.   3) Fill out the REGISTER.DOC and mail your check/money order.
  149.  
  150.      Thank you for considering Cam DeBuck Software as an alternative and
  151.      supporting the shareware concept!  Please help us so we can continue
  152.      supporting you.
  153.  
  154.