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

  1. .TOPIC:                                           
  2. Control Panel Configuration
  3.  
  4.                                            VBBS 6.12 Documentation -- 2-J-1
  5.  
  6.  
  7.          ╔════════════════════════════════════════════════════════════════╗
  8.          ║ CHAPTER TWO ANNEX J    9. CONTROL PANEL CONFIGURATION          ║
  9.          ╚════════════════════════════════════════════════════════════════╝
  10.  
  11.                 In addition to the commands already configured in the WFC
  12.          menu, VBBS allows you to assign the F1 through F10 keys for what-
  13.          ever functions you desire.
  14.  
  15.          ╔═╗    If you find yourself continually dropping to DOS to run
  16.          ╚═╝    the same program over and over, it's probably a good idea
  17.                 to assign a function key to handle it.
  18.  
  19.          The default VBBS setup suggests some possibilities for using the
  20.          F-keys.  F1 through F4 come preconfigured, but that's easy to
  21.          change if you so desire.
  22.  
  23.          F1     Looks for a batch file called TERMINAL.BAT, which you
  24.                  must create using an ASCII text editor.  This batch file
  25.                  contains the command line that will start up your communi-
  26.                  cations program (Telix, etc.).  Here is an example of
  27.                  a command line:
  28.  
  29.                         C:\VBBS\TELIX.BAT
  30.  
  31.                  and put TELIX.BAT in the main VBBS directory.
  32.  
  33.          F2     Calls up the system log, where information about the day's
  34.                  callers and what they did is located.  Viewing the log
  35.                  requires the DOS command line
  36.  
  37.                         TYPE C:\VBBS\DATA\BBS.LOG | MORE
  38.  
  39.                  (your actual path may vary, depending on what you've set
  40.                  up in the PATHS configuration) or an external text-brow-
  41.                  sing utility, such as VLIST.EXE.  Note that the DOS com-
  42.                  mand line above does not allow you to back up through
  43.                  the text, use arrow keys, or PgUp/PgDown; We recommend
  44.                  using VLIST.EXE or LIST.COM.
  45.          F3     Same as F2, but brings up the network log (the filename
  46.                  is NETWORK.LOG and should be in your \DATA directory).
  47.          F4     Same as F2, but brings up the cumulative system statistics
  48.                  (the filename is DAYSTATS.LOG and should be in your \DATA
  49.                  directory).  This one is particularly useful for tracking 
  50.                  usage cycles and upload/download trends.
  51.  
  52.  
  53.                 Other potential uses for the F-keys include invoking a
  54.          shell program (such as DCOM or StereoShell), a text editor (the
  55.          DOS 6.0 editor or similar), or other programs you frequently run
  56.          outside of VBBS. Be aware that several add-on utilities have
  57.          been specifically developed for VBBS to call up sub-menus from
  58.          F-keys so that maximum flexibility is available to you.
  59.  
  60.          --> IMPORTANT NOTE     : Place all batch files to call up
  61.                                   function keys in your main VBBS
  62.                                   directory.
  63.  
  64.