home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / vdocs.zip / VC2F < prev    next >
Text File  |  1993-12-16  |  30KB  |  614 lines

  1. .TOPIC:                                           
  2. Paths Configuration
  3.  
  4.                                            VBBS 6.12 Documentation -- 2-F-1
  5.  
  6.  
  7.          ╔════════════════════════════════════════════════════════════════╗
  8.          ║ CHAPTER TWO ANNEX F    4. PATHS CONFIGURATION                  ║
  9.          ╚════════════════════════════════════════════════════════════════╝
  10.  
  11.                 This is the section of VCONFIG in which you can configure
  12.          and optimize VBBS' use of your hard-drive space.
  13.  
  14.          1) Main VBBS Directory  (\VBBS)
  15.             ═══════════════════
  16.                 The system executables (*.EXE) belong in this directory,
  17.                 along with WFC.COM and your configuration (*.CFG) files.
  18.                 This should be your current directory when you are exe-
  19.                 cuting the program.  A typical path might be
  20.  
  21.                         C:\VBBS
  22.  
  23.          2) Scripts Directory  (\V)
  24.             ═════════════════
  25.                 This is where VBBS expects to find any script and func-
  26.                 tion-block files:
  27.  
  28.                    *.V     *.COD     *.LIT     *.FB
  29.  
  30.          3) Data Directory  (\DATA)
  31.             ══════════════
  32.                 Where VBBS expects to find system data files:
  33.  
  34.                    USERFILE.DAT     CONNECT .DAT     NET.1 ... NET.999
  35.                    USERFILE.IDX     AREACODE.NET
  36.                    STATVBBS.DAT     NETWORKS.LST
  37.  
  38.          4) System Text Files  (\TXT)
  39.             ═════════════════
  40.                 Where VBBS expects to find system text files:
  41.  
  42.                    *.TXT     *.ANS    *.ASC     *.MNU     *.PDM  *.RIP
  43.  
  44.                 Note that many online-game programs generate score files
  45.                 that may be placed in this directory and viewed using the
  46.                 [B]ulletins option from the Main Menu.
  47.  
  48.          5)  CONTROL.DAT Directory
  49.              ═════════════════════
  50.                 Specifies in which directory VBBS will maintain the tem-
  51.                 porary system file containing the current user's informa-
  52.                 tion.  Multi-user installations NEED to set up a RAMdrive
  53.                 for this file; the same is also *recommended* for single-
  54.                 line installations (see "Optimizing VBBS" for details on
  55.                 setting up a RAMdrive).
  56.  
  57.          6) Temporary Directory  (\TEMP)
  58.             ═══════════════════
  59.                 This is the directory VBBS will use for temporary storage
  60.                 of incoming network packets and files.  The directory you
  61.                 specify here should not be used for any other purpose,
  62.  
  63.                                            VBBS 6.12 Documentation -- 2-F-2
  64.  
  65.  
  66.                 and it is NOT recommended that you use a RAMdrive for this
  67.                 directory (if the power goes, you could lose an entire net
  68.                 packet).
  69.  
  70.          7) Database Directory  (\DB)
  71.             ══════════════════
  72.                 This is the directory where VBBS will store ALL database
  73.                 information, such as messages and file descriptions.
  74.  
  75.          8) Upload/E-Mail Directory  (\SYSOP)
  76.             ═══════════════════════
  77.                 Specifies path for storage of E-mail with attached files
  78.                 and uploads from users (if you have all uploads going to
  79.                 the \SYSOP directory).  For tighter security, you may want
  80.                 to place the \SYSOP directory directly off of your DOS
  81.                 root directory.
  82.  
  83.          --> IMPORTANT NOTE:  You may specify whatever paths you wish for
  84.                               these directories (and will need to for di-
  85.                               rectories you wish to place in a RAMdrive),
  86.                               but it is much less confusing to use the
  87.                               default paths set up by the INSTALL.EXE
  88.                               program.  It is recommended that you run the
  89.                               system diagnostics anytime you alter any 
  90.                               settings in this section of VCONFIG to verify
  91.                               that they are correct.
  92.  
  93. .TOPIC:                                           
  94. Download/Upload Protocols
  95.  
  96.                                            VBBS 6.12 Documentation -- 2-G-1
  97.  
  98.  
  99.          ╔════════════════════════════════════════════════════════════════╗
  100.          ║ CHAPTER TWO ANNEX G     DOWNLOAD/UPLOAD PROTOCOLS              ║
  101.          ╚════════════════════════════════════════════════════════════════╝
  102.  
  103.                 PROTOCOLS are the means by which files are transferred to
  104.          and from your system.  The original protocol was XModem, devel-
  105.          oped by Ward Christensen; there are many more to choose from now.
  106.          VBBS comes "out of the package" preconfigured to handle XModem,
  107.          YModem, ZModem, ZModem-Batch, and HS-Link protocols and it own
  108.          proprietary VXY protocol. Other protocols may added at your
  109.          discretion.  Each protocol is configurable by:
  110.  
  111.          1) Which letter the user will press to select that protocol
  112.          2) The name and description of the protocol
  113.          3) DOS command line to run protocol.  Parameters passed are
  114.  
  115.                 %1  COM port
  116.                 %2  baud rate
  117.                 %3  filename
  118.                 %4  handshake
  119.                 %5  UART rate
  120.                 %6  port base
  121.                 %7  port IRQ
  122.                 %8  channel number
  123.                 %9  upload directory
  124.  
  125.          4) Batch compatible? (Y/N)
  126.  
  127.                 For most installations, the preconfigured protocols will
  128.          be more than sufficient; should you wish to add other protocols,
  129.          consult the protocol documentation for information on construc-
  130.          ting the proper command line.
  131.  
  132.          --> IMPORTANT NOTE:  It is HIGHLY recommended that you use the
  133.                               FULL path when you specify the filename of
  134.                               your transfer protocols; these programs are
  135.                               notorious for their pickiness in this re-
  136.                               gard.  For example, with ZModem, you might
  137.                               use the following command line to set it up
  138.                               to receive files (upload protocol):
  139.  
  140.                                  C:\VBBS\DSZ port %1 ha %4 restrict rz
  141.  
  142. .TOPIC:                                           
  143. Networks Configuration
  144.  
  145.                                            VBBS 6.12 Documentation -- 2-H-1
  146.  
  147.  
  148.          ╔════════════════════════════════════════════════════════════════╗
  149.          ║ CHAPTER TWO ANNEX H    7. NETWORKS CONFIGURATION               ║
  150.          ╚════════════════════════════════════════════════════════════════╝
  151.  
  152.                 Selecting this option brings you to a list of networks,
  153.          which is derived from NETWORKS.LST, a master multi-net listing.
  154.          NETWORKS.LST is updated periodically as needed and should be placed
  155.          in your /DATA subdirectory.
  156.  
  157.          --> IMPORTANT NOTE:  The NETWORKS.LST file is configureable
  158.                               by the sysop.
  159.  
  160.  
  161.          What happens after you get to the first screen of the NETWORK
  162.          Configuration depends on what type of network you're configu-
  163.          ring.  
  164.  
  165.         
  166.          Type 1 Networks (VirtualNET-Type)
  167.          ═════════════════════════════════
  168.                 When you select this type of network, you will be prompted
  169.                 for the following information:
  170.  
  171.          1) Node Number         Your system's unique assigned network ad-
  172.                                  dress, expressed as a number (e.g., 2056).
  173.          2) Net Directory       The network directory to be used by this
  174.                                  VNET-based network; each network you set
  175.                                  up must have its own UNIQUE directory.
  176.          3) Protocols Allowed   Options are Zmodem, Ymodem, HSlink, and
  177.                                 VXY protocols
  178.          4) Protocol Prefer.    Protocol that will be used when your
  179.                                 system initiates network transfers.
  180.          5) Server              Your server's node number.
  181.          6) Server Phone #      Your server's phone number.
  182.          7) Server Call         Whether call to server is LOCAL or LONG
  183.                                  DISTANCE.
  184.          8) Server Threshold    Number of kilobytes that must be pending
  185.                                  before automatic callouts to a server are
  186.                                  allowed.  Between the Server Call and
  187.                                  Server Threshold settings, VBBS deter-
  188.                                  mines if and when to call out to your
  189.                                  server for a network transfer.  If your
  190.                                  server is LOCAL, the system will call
  191.                                  whenever the threshold is met or excee-
  192.                                  ded; if LONG DISTANCE, the system will
  193.                                  call, once per day, between the hours of
  194.                                  11:00 p.m. and 6:00 a.m. if the threshold
  195.                                  is met or exceeded.
  196.          9) Server Macro        "Macro" file needed to log onto the ser-
  197.                                  ver's BBS, if any.  Most of the time this
  198.                                  is not needed, and can be left at <none>.
  199.          A) Server Password     Network server's password (if used).
  200.  
  201.          B) ZIP Trigger Level   Default 50k for prezipping packets before
  202.                                 initiating network callout.
  203.  
  204.                                            VBBS 6.12 Documentation -- 2-H-2
  205.  
  206.          C) Add/Edit/List       Used only if your system functions as the
  207.             Clients              server for other systems.  More on this
  208.                                  in a moment -- I can only indent so far.
  209.  
  210.          E. Edit Extended        Permits you to designate up to four
  211.             Connections          different VirtualNET servers to connect
  212.                                  to.
  213.  
  214.          U) Uninstall This      Allows you to drop participation in a net-
  215.             Network              work.  VBBS will prompt for confirmation.
  216.  
  217.          
  218.          If your system functions as server for one or more other systems,
  219.          you need to configure each client separately using the C) option
  220.          above.  When you select this option, you get a screen prompting
  221.          for the following information:
  222.  
  223.          1) Client Node Number          6) Client Password
  224.          2) Client Phone Number         7) Client Protocol
  225.          3) Client Call                 8) Client Compression
  226.          4) Client Threshold
  227.          5) Client Macro                D) Delete This Client
  228.  
  229.          These data fields function exactly as do the "server" fields de-
  230.          scribed above.
  231.  
  232.          If your system will connect to more than one VirtualNET server,
  233.          selecting option E) Edit Extended Connections  will bring up the
  234.          following menu:
  235.  
  236.          1. Node Number:
  237.          2. Phone #:
  238.          3. Call:
  239.          4. Threshold:
  240.          5. Macro:
  241.          6. Password:
  242.  
  243.          To use extended connects you must set up an EXTEND.0 file
  244.          in your NET subdirectory.  Please see VirtualNet helpd.
  245.  
  246.          Type 2 Networks (WWIVnet-type)
  247.          ══════════════════════════════
  248.                 When you select this type of network, you will be promp-
  249.          ted for the following information:
  250.  
  251.          1) Node Number         Your WWIVnet node number.
  252.          2) Data Directory      The FULL path to your WWIV \DATA direc-
  253.                                  tory.
  254.          3) Mode                This is either NET (for WWIVnet-style 
  255.                                  networks) or LINK (for WWIVLink-style
  256.                                  networks).
  257.          4) EXE Directory       The directory containing the WWIV and 
  258.                                 VWW4 executable files.
  259.          5) Dialout Init        Your modem's init string for calling 
  260.             String               WWIV systems.
  261.  
  262.                                           VBBS 6.12 Documentation -- 2-H-3
  263.          Type 3 Networks (UUCP-type)
  264.          ═══════════════════════════
  265.                 When you select this type of network, you'll be prompted
  266.          for the following information:
  267.  
  268.          1) System Name         Your UUCP system address.
  269.          2) News Directory      Full path to your NEWS directory (for
  270.                                  newsgroup usage).
  271.          3) User Directory      Full path to your USER directory (for
  272.                                  E-mail usage).
  273.  
  274.  
  275.          Type 4 Networks (FIDO-type)
  276.          ═══════════════════════════
  277.                 When you choose this type of network, you'll be prompted
  278.          for the following information:
  279.  
  280.          1) Fido Address        Your FIDOnet address in standard format.
  281.          2) NetMail Directory   Full path to the directory into which 
  282.                                  incoming FIDOnet packets will be placed.
  283.          3) OutBound Direc-     Full path to the directory in which out-
  284.             tory                 going net packets are stored.
  285.          4) Archiver            FIDO archiver to use (e.g., PKZIP -U).
  286.          5) UnArchiver          FIDO unarchiver to use (PKUNZIP, etc.).
  287.          6) FIDO Front-End      This can be FRONTDOOR, BINKLEY, or STAND-
  288.                                  ALONE (the default).
  289.          7) Nodelist:           Name of the NODELIST
  290.          8) Zones:              Options are 1-8
  291.          D) Dial List           Allows editing of your dialing list.
  292.          R) Routing             Specifies mail routing.
  293.          A) AKA's               Allows for other Fido-type networks
  294.  
  295.  
  296.          In each case, you may select [U] to uninstall the network; you
  297.          will be prompted for confirmation.  For more information on the
  298.          various networks available, see MULTINET.DOC and NETGUIDE.DOC,
  299.          as well as the documentation for the various network interface
  300.          softwares (see below).
  301.  
  302.          --> IMPORTANT NOTE:  In order to install networks of Types 2,
  303.                               3, or 4, you will need the proper network
  304.                               interface software (VWW4.EXE, VUUCP.EXE,
  305.                               or VFIDO.EXE, respectively). These
  306.                               programs are freely available to sysops.
  307.                               You should also set up your VirtualNET
  308.                               entry for mail tossing to work properly.
  309.  
  310. .TOPIC:                                            
  311. Events Configuration
  312.  
  313.                                             VBBS 6.12 Documentation -- 2-I-1
  314.  
  315.  
  316.          ╔════════════════════════════════════════════════════════════════╗
  317.          ║ CHAPTER TWO ANNEX I    8. EVENTS CONFIGURATION                 ║
  318.          ╚════════════════════════════════════════════════════════════════╝
  319.  
  320.                 VBBS allows up to 20 timed events per day.  Possibilities
  321.          for these events include your daily external maintenance routine
  322.          (usually done through a batch file or three), network dialouts,
  323.          online game maintenance, etc.
  324.  
  325.          1) Time
  326.             ════
  327.                 The time the event is to run, entered in HH:MM format
  328.                 using military time.  A time of 00:00 disables the event.
  329.  
  330.          2) Command Line
  331.             ════════════
  332.                 The DOS command line or batch file to execute.  For exam-
  333.                 ple, you might enter
  334.  
  335.                    C:\VBBS\EXTERNAL.BAT
  336.  
  337.                 for an external daily-cleanup routine.  Complete pathnames
  338.                 are not required if the routines are located in your main
  339.                 VBBS directory, but it's better to make sure.
  340.  
  341.  
  342.          There are a number of external utilities specifically designed
  343.          for use with VBBS; they are listed in APPENDIX K. For online-game
  344.          maintenance, please consult the game documentation.
  345.  
  346. .TOPIC:                                           
  347. Control Panel Configuration
  348.  
  349.                                            VBBS 6.12 Documentation -- 2-J-1
  350.  
  351.  
  352.          ╔════════════════════════════════════════════════════════════════╗
  353.          ║ CHAPTER TWO ANNEX J    9. CONTROL PANEL CONFIGURATION          ║
  354.          ╚════════════════════════════════════════════════════════════════╝
  355.  
  356.                 In addition to the commands already configured in the WFC
  357.          menu, VBBS allows you to assign the F1 through F10 keys for what-
  358.          ever functions you desire.
  359.  
  360.          ╔═╗    If you find yourself continually dropping to DOS to run
  361.          ╚═╝    the same program over and over, it's probably a good idea
  362.                 to assign a function key to handle it.
  363.  
  364.          The default VBBS setup suggests some possibilities for using the
  365.          F-keys.  F1 through F4 come preconfigured, but that's easy to
  366.          change if you so desire.
  367.  
  368.          F1     Looks for a batch file called TERMINAL.BAT, which you
  369.                  must create using an ASCII text editor.  This batch file
  370.                  contains the command line that will start up your communi-
  371.                  cations program (Telix, etc.).  Hereis an example of
  372.                  a command line:
  373.  
  374.                         C:\VBBS\TELIX.BAT
  375.  
  376.                  and put TELIX.BAT in the main VBBS directory.
  377.  
  378.          F2     Calls up the system log, where information about the day's
  379.                  callers and what they did is located.  Viewing the log
  380.                  requires the DOS command line
  381.  
  382.                         TYPE C:\VBBS\DATA\BBS.LOG | MORE
  383.  
  384.                  (your actual path may vary, depending on what you've set
  385.                  up in the PATHS configuration) or an external text-brow-
  386.                  sing utility, such as VLIST.EXE.  Note that the DOS com-
  387.                  mand line above does not allow you to back up through
  388.                  the text, use arrow keys, or PgUp/PgDown; We recommend
  389.                  using VLIST.EXE or LIST.COM.
  390.          F3     Same as F2, but brings up the network log (the filename
  391.                  is NETWORK.LOG and should be in your \DATA directory).
  392.          F4     Same as F2, but brings up the cumulative system statistics
  393.                  (the filename is DAYSTATS.LOG and should be in your \DATA
  394.                  directory).  This one is particularly useful for tracking 
  395.                  usage cycles and upload/download trends.
  396.  
  397.  
  398.                 Other potential uses for the F-keys include invoking a
  399.          shell program (such as DCOM or StereoShell), a text editor (the
  400.          DOS 6.0 editor or similar), or other programs you frequently run
  401.          outside of VBBS. Be aware that several add-on utilities have
  402.          been specifically developed for VBBS to call up sub-menus from
  403.          F-keys so that maximum flexibility is available to you.
  404.  
  405.          --> IMPORTANT NOTE     : Place all batch files to call up
  406.                                   function keys in your main VBBS
  407.                                   directory.
  408.  
  409. .TOPIC:                                           
  410. Doors Configuration
  411.  
  412.                                            VBBS 6.12 Documentation -- 2-K-1
  413.  
  414.  
  415.          ╔════════════════════════════════════════════════════════════════╗
  416.          ║ CHAPTER TWO ANNEX K    A. DOORS CONFIGURATION                  ║
  417.          ╚════════════════════════════════════════════════════════════════╝
  418.  
  419.                 VBBS will run almost all modern doors and online games
  420.          created for use on BBSes, either straight from the command line
  421.          or through the use of an external door converter, such as DOORWAY
  422.          or DoorMaster.  Doors can be called from function blocks or from
  423.          scripts, as well as this internal doors configuration.
  424.                 VBBS shrinks out of memory for all external programs, re-
  425.          serving only a small amount of RAM for its "hooks" that allow
  426.          the user to return to the BBS.  VBBS creates the CHAIN.TXT,
  427.          DOOR.SYS, and DORINFOx.DEF "drop files" which contain user infor-
  428.          mation for use by the door program; most doors will accept at
  429.          least ONE of these formats.  It should be noted, however, that
  430.          some games, particularly WWIV- and PCBoard-specific games, re-
  431.          quire the use of a door converter because of their use of DOS
  432.          interrupts and their methods of handling ANSI graphics.
  433.  
  434.                 When you choose item [A] from the VCONFIG Main Menu, you
  435.          will see a scrolling-window screen listing the door programs you
  436.          have installed, along with the SL needed to access them.  Moving
  437.          the highlight bar and pressing [Enter] selects that program's
  438.          configuration entry.
  439.                 When configuring a door program in VCONFIG, you will be
  440.          prompted for the following information:
  441.  
  442.          1) Program Name
  443.             ════════════
  444.                 The name of the door program, as it will be presented to
  445.                 the user.  Try to keep it short; long names will be trun-
  446.                 cated (not good if you like to include version numbers).
  447.  
  448.          2) Command Line
  449.             ════════════
  450.                 The name of the batch file or command line to execute the
  451.                 door program, along with any command-line parameters that
  452.                 need to be passed to the door.  Again, full pathnames are
  453.                 recommended.
  454.  
  455.          3) Security Lvl
  456.             ════════════
  457.                 The MSL (remember *that* abbreviation?) needed to access
  458.                 the program.
  459.  
  460.          4) Access Flag
  461.             ═══════════
  462.                 If set, allows only those users with matching access flags
  463.                 to access the program.  Access flags are set in the user
  464.                 editor; for more information, see "The User Editor".
  465.  
  466.          ╔═╗    Access flags can be useful in "beta-testing" door programs
  467.          ╚═╝    to see if you've installed them correctly.  Before announ-
  468.                 cing you've got a new online game, give a couple of your
  469.                 trusted users access to the game using access flags and
  470.  
  471.                                            VBBS 6.12 Documentation -- 2-K-2
  472.  
  473.  
  474.                 get them to try to crash the game, tweaking your game set-
  475.                 up as necessary.  Once all the glitches are fixed, THEN
  476.                 drop the access flag requirement and announce your new on-
  477.                 liner; this can spare you some grief from vexed hard-core
  478.                 gamers (the kind of feedback you LEAST want to hear).
  479.  
  480.          5) Single User
  481.             ═══════════
  482.                 Indicates whether the game is playable on single nodes or
  483.                 multi-nodally.  Single-line installations should leave
  484.                 this set to YES.
  485.  
  486.          6) Credit Cost
  487.             ═══════════
  488.                 Allows sysops running a credit system to charge credits
  489.                 for door program access.  This is configurable for each
  490.                 individual game.
  491.  
  492.          ╔═╗    Setting up a credit cost for games can either be a great
  493.          ╚═╝    boost for your message-base traffic, or it can be a night-
  494.                 mare.  If you use this feature, make sure you don't set
  495.                 your credit costs so high that it takes an inordinate
  496.                 number of posts or uploads to earn enough credits to play 
  497.                 the games.  
  498.  
  499.          D) Delete This Entry
  500.             ═════════════════
  501.                 Self-explanatory.
  502.  
  503.  
  504.          ╔═╗    Getting door programs to run correctly, especially upon
  505.          ╚═╝    exiting and re-entering the BBS, is probably the most
  506.                 difficult task a sysop faces.  Door games are rapidly
  507.                 becoming more complex, and as they do so, their indivi-
  508.                 dual requirements and quirks are doing likewise.
  509.  
  510.                 In installing door programs, patience IS a virtue; many
  511.                 times, installation involves a good deal of trial and er-
  512.                 ror.  The importance of reading the door program's docu-
  513.                 mentation, especially with regard to installation, can
  514.                 not be overstressed.
  515.  
  516.                 In addition, Appendix J contains sample batch files and
  517.                 command lines for some of the more popular online games.
  518.  
  519.          ╔═╗    Some door converters (not included with VBBS) will allow
  520.          ╚═╝    the sysop to configure a remote sysop drop-to-DOS; this
  521.                 is a chancy business at best, and caution is advised.
  522.  
  523.          ▒▒     For installation of games under OS/2, please refer to
  524.                 Appendix D for information.
  525.  
  526. .TOPIC:                                           
  527. Voting Booth
  528.  
  529.                                            VBBS 6.12 Documentation -- 2-L-1
  530.  
  531.  
  532.          ╔════════════════════════════════════════════════════════════════╗
  533.          ║ CHAPTER TWO ANNEX L    B. VOTING BOOTH                         ║
  534.          ╚════════════════════════════════════════════════════════════════╝
  535.  
  536.                 VBBS' Voting Booth allows you to present your users with
  537.          a perpetual survey in which they can "vote" on particular issues
  538.          you define.  Frequently-asked questions deal with political can-
  539.          didates, which online games should be registered/discontinued,
  540.          reasons for calling the BBS, how users first heard of your BBS,
  541.          how they like changes you've made, etc.
  542.  
  543.                 When you select this option from the VCONFIG Main Menu,
  544.          you will see a scrolling window containing the questions them-
  545.          selves.  To select a question for editing, move the highlight
  546.          bar to the correct entry and press [Enter].  The question and
  547.          its responses will then be available for editing.
  548.                 To add a new voting question, press [F1] at the scrolling-
  549.          window screen.  You may then type in a question and supply up to 
  550.          eight responses from which your users may choose.
  551.                 The poll results are displayed as the number of users
  552.          choosing a particular answer, along with the percentage of the
  553.          total number of votes each choice received.
  554.  
  555.                 In the default START.V, if new questions exist, when a
  556.          user logs on, she is given the opportunity to vote.  If the user
  557.          is up to date with the survey, the voting questions are ignored.
  558.          You may use option [D] from Screen Three of the MAIN configura-
  559.          tion to disable this automatic checking if you wish (see p. 15
  560.          for details).
  561.  
  562.                 There are several VSCRIPT-based voting programs avail-
  563.          able, any of which may be used in lieu of the default voting 
  564.          procedures.
  565.  
  566.  
  567. .TOPIC:                                           
  568. Random Messages
  569.  
  570.                                            VBBS 6.12 Documentation -- 2-M-1
  571.  
  572.  
  573.          ╔════════════════════════════════════════════════════════════════╗
  574.          ║ CHAPTER TWO ANNEX M    C. RANDOM MESSAGES                      ║
  575.          ╚════════════════════════════════════════════════════════════════╝
  576.  
  577.                 VBBS features an optional "random messages" function that
  578.          can display one-, two-, or three-line messages right before the
  579.          user initially sees the Main Menu.  Random messages are commonly
  580.          used for quips and quotes or friendly advertisements for other
  581.          BBSes in the area; you may, of course, use them for whatever pur-
  582.          pose you wish (or not use them at all, if you so desire).
  583.                 To add a random message, press [F1] at the scrolling-
  584.          window initial screen and type in your message.  DO NOT press
  585.          [Enter], as that will delete the currently-highlighted random
  586.          message.
  587.                 Random messages are displayed by including the RANDOM com-
  588.          mand from anywhere within a VSCRIPT or function block.
  589.  
  590. .TOPIC:                                           
  591. Archive View Configration
  592.  
  593.                                            VBBS 6.12 Documentation -- 20N-1
  594.  
  595.  
  596.          ╔════════════════════════════════════════════════════════════════╗
  597.          ║ CHAPTER TWO ANNEX N    D. ARCHIVE VIEW CONFIGURATION           ║
  598.          ╚════════════════════════════════════════════════════════════════╝
  599.  
  600.                 VBBS allows you to view the contents of a compressed file
  601.          within the file transfer directories.  The default VBBS comes
  602.          configured for .ZIP, .ARC, .ARJ, .ZOO, and .LZH archives; you
  603.          may add others if you wish by pressing [F1] at the initial scrol-
  604.          ling window and adding the information when prompted.
  605.  
  606.                 Note that in order to view the contents of an archive for-
  607.          mat, you must have the appropriate archive program where the sys-
  608.          tem can find it; including the full path to the program in the
  609.          command line is usually the best way to do this.
  610.  
  611.          ▒▒     OS/2 version   :  Please refer to Appendix D for
  612.                                   archiver information related to OS/2.
  613.  
  614.