home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / PCBNET71.ZIP / PCBNET.DOC < prev    next >
Text File  |  1994-11-02  |  8KB  |  167 lines

  1.                        PCB-Net v7.1 for PCBoard 15.0-15.2
  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-785-7012 [Tuesday thru Friday, 1pm to 6pm].  If you do
  38.               run into memory problems, the program will automatically switch
  39.               to the /SAFE mode, which doesn't use any extra memory to speed
  40.               things up.  Possible problems may be that you are running the
  41.               program in the $$LOGOFF.BAT file and haven't enabled PCBoard to
  42.               "Swap Out During $$LOGON/$$LOGOFF.BAT" in PCBSetup.  Make sure
  43.               you have this enabled if running in that BATCH file.
  44.  
  45. READ NOW:     There is a 5 second plus 1 second for every 250 mail flags that
  46.               have been updated delay for non registered users.  Once you
  47.               register you won't get delay.  Unfortunately, shareware isn't
  48.               that profitable unless people are reminded that they need to
  49.               register.  Since PCB-Net usually runs in the background, I had to
  50.               add a delay of some sort since only about 1% of all PCBoard
  51.               Sysops will register utilities that they never see again <arg>..
  52.  
  53. What Version  PCBNet v7.1 was specifically written for PCBoard 15.0-15.2.
  54. of PCBoard:   You can use PCBNet v7.1 with PCBoard 14.5.  However, please be
  55.               aware that the .IDX file(s) will be created (which means you need
  56.               to use the /CHKIDX command line switch).  Other than that,
  57.               the code will work just fine (and it'll probably run a little
  58.               slower than the one made for PCBoard 14.5 since creating the
  59.               .IDX files is a waste of time).
  60.  
  61. Misc Information....
  62.  
  63.      Unlike the old version, the new version nor longer uses the /INIT switch.
  64.      Everything is done dynamicly and very smart.  I'm sure you'll find the
  65.      new version very easy to use.
  66.  
  67. Command Line Switches...
  68.  
  69.   In order to properly use this program you *MUST* pass at least the /AREA:xxx
  70. command line switche to it:
  71.  
  72.   The command line switches look like this:
  73.  
  74.    /AREA:l-h;etc.     l means LOW conference number, h means HIGH conference
  75.                       number.  You can add as many as you like.
  76.  
  77.    /AREA:ALL          This will scan all of your conferences.  This comes
  78.                       in handy if you are constantly deleting/adding
  79.                       conferences.  This way you don't have to modify any
  80.                       of your BATCH files.  I suggest using this.
  81.  
  82.    /CFG:path/name     example would be:  /CFG:C:\UTILS\PCBNET\PCBNET.PTR
  83.                       The default filename is PCBNET.PTR.  It is created
  84.                       in the current directory that PCBNET.EXE is running.
  85.  
  86.    /FAST              If you wish to bypass some of the information that
  87.                       is written to the screen while running the program,
  88.                       use this switch.  This switch can speed up the
  89.                       process since very little information will be written
  90.                       to the screen.  This also causes the program to turn off
  91.                       the exploding windows.
  92.  
  93.    /INIT              Use this option ONE TIME ONLY.  Use this when using
  94.                       PCB-Net for the first time.  This will set your
  95.                       PCBNET.PTR file to the Highest Message in each
  96.                       conference that you have defined on the /AREA:
  97.                       switch (I suggest using /AREA:ALL /INIT for first
  98.                       time installation).  You need to use this switch
  99.                       with the /AREA:xx option.
  100.  
  101.    /SAFE              This will update mail flags at a SAFE rate.  This is
  102.                       the slowest way, but it ensures that nothing can go
  103.                       wrong.
  104.  
  105.   /CHKIDX             Updates the MSGS.IDX file.  Isn't need these days if
  106.                       you are using PCBoard 15.2 and mail tossing software
  107.                       that automatically updates the MSGS.IDX files.
  108.  
  109. Examples:
  110.  
  111.   PCBNET.EXE /AREA:100;200-400;1000 /FAST /CFG:C:\PCB\PCBNET.CFG
  112.  
  113.   PCBNET.EXE /AREA:ALL
  114.  
  115.  
  116. What directory do you run it from?
  117.  
  118.   PCBNet *MUST* be run from a directory that contains your PCBOARD.DAT file.
  119. In most cases, you will use this program in an EVENT.  Be sure you change to
  120. the directory that contains the PCBORD.DAT (usually \PCB).
  121.  
  122.   You can also run PCBNET in your $$LOGOFF.BAT file.  A number of people do
  123. this to insurance things are being updated properly.  Follow the example
  124. in the Event Running on how to add it to a batch file properly.
  125.  
  126.  
  127. Event Running:
  128.  
  129.   Once you have used the first time initialization, you should append this
  130. example to your EVENT file(s).  Example:
  131.  
  132. C:
  133. CD \PCB
  134. PCBNet /AREA:l-h
  135. rem note l-h are the conferences you want to update for mail for your users.
  136.  
  137.  
  138. Registration:
  139.  
  140.   PCBNET v7.1 is being released as shareware.  We're asking a mere $10.00.
  141. A lot of time and effort has gone into the new version to make things a little
  142. easier and better for your Bulletin Board System.
  143.  
  144.   You can register three different ways:
  145.  
  146.   1) Call us at 801-785-7012 [Tuesday - Friday 1pm to 6pm].
  147.      You will need to have a Visa,MasterCard,Diners Club, or JCB Credit Card.
  148.      All Credit Card Orders are shipped out (unless you're a previous customer
  149.      of ours, but be sure to leave us a message stating that you want to
  150.      download the KEY file).
  151.  
  152.   2) Call the support board and use the PURCHASE Door at 801-785-6286 or
  153.      801-785-6190.  We are using HST DS 16.8K modems (v.32/bis compatible).
  154.      You will need to have a Visa,MasterCard,Diners Club, or JCB Credit Card.
  155.      All Credit Card Orders are shipped out.  However, if you are a previous
  156.      customer we will allow you to download, but we will still need to ship
  157.      the disk.  We've had too many people lose key files.  It's much better
  158.      to pay for the shipping now instead of having to pay for another copy
  159.      of the software.
  160.  
  161.   3) Fill out the REGISTER.DOC and mail your check/money order.
  162.  
  163.      Thank you for considering Cam DeBuck Software as an alternative and
  164.      supporting the shareware concept!  Please help us so we can continue
  165.      supporting you.
  166.  
  167.