ProBoard BBS Documentation

The Choice of Professionals

User Tools

Site Tools


menu_function_overview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
menu_function_overview [2021/10/26 22:13] adminmenu_function_overview [2023/11/02 11:23] (current) massacre
Line 123: Line 123:
     *H      Tells ProBoard not to disable the fossil driver when shelling.     *H      Tells ProBoard not to disable the fossil driver when shelling.
     *I      Maximum user-inactivity (seconds).     *I      Maximum user-inactivity (seconds).
 +    *J      Displays configured BBS name.
 +    *K      Displays current version of ProBoard.
     *L      User's last name.     *L      User's last name.
     *M      ProBoard's start-up directory (including trailing '\')     *M      ProBoard's start-up directory (including trailing '\')
Line 132: Line 134:
     *S      ProBoard's system directory (incl. trailing '\')     *S      ProBoard's system directory (incl. trailing '\')
     *T      Time left for the user today (minutes).     *T      Time left for the user today (minutes).
 +    *U      Displays current user's handle (alias).
     *V      Disables adding 2 to the graphics capability line in DORINFOx.DEF when the user has AVATAR enabled.     *V      Disables adding 2 to the graphics capability line in DORINFOx.DEF when the user has AVATAR enabled.
     *W      Runs the shell in a window , so the status on the last line will not be cleared. This option only works with programs that send their output to the standard output device (no direct screen writes).     *W      Runs the shell in a window , so the status on the last line will not be cleared. This option only works with programs that send their output to the standard output device (no direct screen writes).
Line 601: Line 604:
  
 a) <filename> <blanks> <description> a) <filename> <blanks> <description>
- 
     Filename + date + size + description will be displayed in the     Filename + date + size + description will be displayed in the
     appropriate colors.     appropriate colors.
- 
- 
 b) <+> <description> b) <+> <description>
- 
     The <+> will cause the description to be placed at the same     The <+> will cause the description to be placed at the same
     horizontal cursor position and in the same color as the description     horizontal cursor position and in the same color as the description
     from (a). This line will be displayed when searching for files.     from (a). This line will be displayed when searching for files.
- 
- 
 c) <!> <description> c) <!> <description>
- 
     The description will be placed at the left of the screen, in the same     The description will be placed at the left of the screen, in the same
     color as the descriptions above. This line will be displayed when     color as the descriptions above. This line will be displayed when
     searching for files.     searching for files.
- 
- 
 d) <;> <description> d) <;> <description>
- 
     Same as in (c), but the color is white.     Same as in (c), but the color is white.
- 
- 
 e) <description> e) <description>
- 
     Same as in (d), but this line will NOT be displayed when searching     Same as in (d), but this line will NOT be displayed when searching
     for files.     for files.
- +    
 Example: Example:
  
Line 644: Line 633:
      ============================================================= [c2]      ============================================================= [c2]
      PB_220.ZIP   07/08/93 600583    ProBoard version 2.20         [c1]      PB_220.ZIP   07/08/93 600583    ProBoard version 2.20         [c1]
-                                   Best BBS program in the world [c1]+                                     Best BBS program in the world [c1]
      Original Belgian Product                                      [c1]      Original Belgian Product                                      [c1]
      (made possible by Burger King in the USA)                     [c2]      (made possible by Burger King in the USA)                     [c2]
      ============================================================= [c2]      ============================================================= [c2]
  
-[c1] stands for color 1, [c2] stands for color 2.+  [c1] stands for color 1, [c2] stands for color 2.
  
 If a file area is configured as being CD-ROM, the file listing should If a file area is configured as being CD-ROM, the file listing should
Line 681: Line 670:
      [+]<area>      [+]<area>
      <-><area>      <-><area>
- 
      '+' stands for 'Include this area in the area-list', and is      '+' stands for 'Include this area in the area-list', and is
      optional.      optional.
Line 687: Line 675:
  
 The parameter <area> should be one of the following: The parameter <area> should be one of the following:
 +   (*)
                  All areas.                  All areas.
                  CD-ROM areas only.                  CD-ROM areas only.
Line 695: Line 683:
  
 Examples: Examples:
 +   (*)
                  All areas                  All areas
    * -C            All non-CD-ROM areas.    * -C            All non-CD-ROM areas.
Line 706: Line 694:
  
 You can also specify several other parameters: You can also specify several other parameters:
-────────────────────────────────────────────── 
  
-/A .......................... Allows the user to download ANY file +  /A .......................... Allows the user to download ANY file 
-                              accessible by DOS. When using this option, +                                accessible by DOS. When using this option, 
-                              the full path and filename must be +                                the full path and filename must be 
-                              specified.  This option is intended for +                                specified.  This option is intended for 
-                              remote SysOps. +                                remote SysOps. 
- +  /F=<file> ................... The user will not be prompted for a file, 
-/F=<file> ................... The user will not be prompted for a file, +                                but the file <file> will immediately be 
-                              but the file <file> will immediately be +                                sent to the user (useful for textfiles 
-                              sent to the user (useful for textfiles +                                describing all the files on the BBS). 
-                              describing all the files on the BBS). +                                Parameter <file> should contain the full 
-                              Parameter <file> should contain the full +                                path name. (eg. /F=C:\PB\PB.DOC).  Can also 
-                              path name. (eg. /F=C:\PB\PB.DOC).  Can also +                                be combined with the </T> option (see 
-                              be combined with the </T> option (see +                                below). 
-                              below). +  /F=[<area>]<file> ........... Download the <file> from [<area>] directly. 
- +                                The following example would download the 
-/F=[<area>]<file> ........... Download the <file> from [<area>] directly. +                                file PB_220.ZIP directly from file area 
-                              The following example would download the +                                #13.  e.g. /F=[13]PB_220.ZIP 
-                              file PB_220.ZIP directly from file area +  /F=@<filelist> .............. Download the files listed in the textfile 
-                              #13.  e.g. /F=[13]PB_220.ZIP +                                <filelist> e.g.  /F=@C:\PB\ALLFILES.RSP 
- +  /I .......................... Ignore DL kbytes. 
-/F=@<filelist> .............. Download the files listed in the textfile +  /K=<key> .................... Use the protocol key <key>
-                              <filelist> e.g.  /F=@C:\PB\ALLFILES.RSP +  /L=<log> .................... Write to an additional log file <log> The 
- +                                format for each line is: <D/U> <area> <file> 
-/I .......................... Ignore DL kbytes. +                                <size> <free YES/NO>
- +  /N .......................... No log.  Don't log anything. 
-/K=<key> .................... Use the protocol key <key>+  /P .......................... Download all personal files for the user. 
- +  /Q .......................... Start download right away without prompting 
-/L=<log> .................... Write to an additional log file <log> The +                                the user.  You must use the /F= and the /K= 
-                              format for each line is: <D/U> <area> <file> +                                parameters so ProBoard knows what file to 
-                              <size> <free YES/NO>+                                send, using what protocol when using this 
- +                                option. 
-/N .......................... No log.  Don't log anything. +  /T .......................... Allow the user to download the specified 
- +                                file without checking the users remaining 
- +                                time left.  Refer to "Free Files" for more 
-/P .......................... Download all personal files for the user. +                                details.  Let's say you want to let users 
- +                                download the latest version of ProBoard and 
-/Q .......................... Start download right away without prompting +                                you don't care about the time it takes or 
-                              the user.  You must use the /F= and the /K= +                                how much time they have left.  In the data 
-                              parameters so ProBoard knows what file to +                                line put the path and file name followed by 
-                              send, using what protocol when using this +                                the </T> parameter.  An example of doing 
-                              option. +                                this is as follows: C:\FREEFILE\PB_220.ZIP /T
- +
- +
-/T .......................... Allow the user to download the specified +
-                              file without checking the users remaining +
-                              time left.  Refer to "Free Files" for more +
-                              details.  Let's say you want to let users +
-                              download the latest version of ProBoard and +
-                              you don't care about the time it takes or +
-                              how much time they have left.  In the data +
-                              line put the path and file name followed by +
-                              the </T> parameter.  An example of doing +
-                              this is as follows: +
- +
-                                   C:\FREEFILE\PB_220.ZIP /T+
  
 A Small hint regarding free files: if you want one particular area to be A Small hint regarding free files: if you want one particular area to be
Line 785: Line 758:
  
 ** Important ** ** Important **
-─────────────── 
 ProBoard uses a highly optimized index to find your files when users want ProBoard uses a highly optimized index to find your files when users want
 to download them.  Be sure to run PBUTIL FI (File Index) at least once a to download them.  Be sure to run PBUTIL FI (File Index) at least once a
Line 812: Line 784:
 called UPLOAD.LOG.  The log file is in the following format: called UPLOAD.LOG.  The log file is in the following format:
  
-   01-Feb-94 14:52:38 Upload of PB_220.ZIP  by Jim Biggs +   01-Feb-94 14:52:38 Upload of PB_220.ZIP  by John Riley 
-   01-Feb-94 14:56:01 Upload of PROCFG.EXE  by Jeff Reeder+   01-Feb-94 14:56:01 Upload of PROCFG.EXE  by Jason Bock
  
  
Line 819: Line 791:
 ─────────────────────────────────── ───────────────────────────────────
  
-/D .......................... Do not ask user for upload descriptions. +  /D .......................... Do not ask user for upload descriptions. 
- +  /F=<file> ................... Upload <file> (for non-batch protocols). 
-/F=<file> ................... Upload <file> (for non-batch protocols). +  /K=<key> .................... Use protocol key <key>
- +  /L=<log> .................... Write to an additional log file <log> The 
-/K=<key> .................... Use protocol key <key>+                                format for each line is: U O <file> <size> NO. 
- +  /N .......................... No log.  Do not log anything. 
-/L=<log> .................... Write to an additional log file <log> The +  /P .......................... Upload private files.  If the data field 
-                              format for each line is: +                                contains "/P", the user can upload a 
- +                                personal file to another user.  In this 
-                                   U O <file> <size> NO. +                                case the upload will be placed in the 
- +                                private upload directory (specified in 
-/N .......................... No log.  Do not log anything. +                                ProCFG). 
- +  /Q .......................... Start upload right away, without prompting 
-/P .......................... Upload private files.  If the data field +                                the user.  You must specify a /K=<key> for 
-                              contains "/P", the user can upload a +                                this to work.
-                              personal file to another user.  In this +
-                              case the upload will be placed in the +
-                              private upload directory (specified in +
-                              ProCFG). +
- +
-/Q .......................... Start upload right away, without prompting +
-                              the user.  You must specify a /K=<key> for +
-                              this to work. +
  
  
Line 963: Line 926:
      "Full Screen editor is now enabled/disabled".      "Full Screen editor is now enabled/disabled".
  
-Note: Leaving the data field blank is the same as specifying the "Toggle" +Note: Leaving the data field blank is the same as specifying the "Toggle" parameter.
-      parameter.+
  
  
Line 1063: Line 1025:
  
 Valid area selection parameters are: Valid area selection parameters are:
-──────────────────────────────────── 
  
   X          Current Area   X          Current Area
Line 1074: Line 1035:
  
 Other valid parameters are: Other valid parameters are:
-─────────────────────────── 
  
-/MG ......................... Makes the user select a message group if +  /MG ......................... Makes the user select a message group if 
-                              they haven't done so already. +                                they haven't done so already. 
- +  /MG=<num> ................... Only allows user to select from message 
-/MG=<num> ................... Only allows user to select from message +                                areas belonging to message group <num>
-                              areas belonging to message group <num>+  /N .......................... ProBoard will run even faster since it will 
- +                                not check for waiting mail (no "*" will be 
-/N .......................... ProBoard will run even faster since it will +                                displayed indicating new mail) if you 
-                              not check for waiting mail (no "*" will be +                                specify this parameter.  This can be useful 
-                              displayed indicating new mail) if you +                                if your BBS has many large message areas, 
-                              specify this parameter.  This can be useful +                                in particular, Squish or JAM.  Remember, 
-                              if your BBS has many large message areas, +                                ProBoard can be configured for 10,000 
-                              in particular, Squish or JAM.  Remember, +                                message areas so a full "new" mail check in 
-                              ProBoard can be configured for 10,000 +                                each area can be time consuming.
-                              message areas so a full "new" mail check in +
-                              each area can be time consuming.+
  
 Examples: Examples:
-─────────+  (*)
   * -E          All non-echomail areas   * -E          All non-echomail areas
   1-20 50-60    Areas 1..20 and 50..60   1-20 50-60    Areas 1..20 and 50..60
Line 1121: Line 1079:
  
 Valid parameters are: Valid parameters are:
-───────────────────── +  /H .......................... Show the user's handle (alias) instead of 
-/H .......................... Show the user's handle (alias) instead of +                                their real name. 
-                              their real name. +  <blank> ..................... Will display the user's real name.
- +
-<blank> ..................... Will display the user's real name.+
  
  
Line 1167: Line 1123:
  
 Valid parameters are: Valid parameters are:
-───────────────────── 
-/H .......................... Will show the users handle (alias) instead 
-                              of their real name to the users on other 
-                              nodes, when prompting them to engage in a 
-                              chat. 
  
-<blank> ..................... Will display the users real name instead of +  /H .......................... Will show the users handle (alias) instead 
-                              their alias when prompting users on other +                                of their real name to the users on other 
-                              nodes to engage in a chat.+                                nodes, when prompting them to engage in a 
 +                                chat. 
 +  <blank> ..................... Will display the users real name instead of 
 +                                their alias when prompting users on other 
 +                                nodes to engage in a chat.
  
  
Line 1188: Line 1143:
  
 Valid parameters are: Valid parameters are:
-───────────────────── 
  
-/FG ......................... Makes a user select a file group if they +  /FG ......................... Makes a user select a file group if they 
-                              haven't done so already. +                                haven't done so already. 
- +  /FG=0 ....................... Makes the user always have to select a file 
-/FG=0 ....................... Makes the user always have to select a file +                                group. 
-                              group. +  /FG=<num> ................... Only display file areas belonging to file 
- +                                group number <num>.
-/FG=<num> ................... Only display file areas belonging to file +
-                              group number <num>.+
  
  
Line 1261: Line 1213:
  
 Important Important
-─────────+
 Any PEX files that were written for versions of ProBoard prior to 2.00 Any PEX files that were written for versions of ProBoard prior to 2.00
 will have to be recompiled with the new 2.1x SDK before they can run will have to be recompiled with the new 2.1x SDK before they can run
Line 1304: Line 1256:
   now enabled/disabled".   now enabled/disabled".
  
-Note: Leaving the data field blank is the same as specifying the "Toggle" +Note: Leaving the data field blank is the same as specifying the "Toggle" parameter.
-      parameter.+
  
  
Line 1331: Line 1282:
   now enabled/disabled".   now enabled/disabled".
  
-Note: Leaving the data field blank is the same as specifying the "Toggle" +Note: Leaving the data field blank is the same as specifying the "Toggle" parameter.
-      parameter.+
  
  
Line 1344: Line 1294:
  
   <graph type>  "Hourly", "Weekly", "LastDays" or "Speed".   <graph type>  "Hourly", "Weekly", "LastDays" or "Speed".
- 
   /N=<days>     Number of days to read from BINLOG.PB (Optional)   /N=<days>     Number of days to read from BINLOG.PB (Optional)
- 
   /T="text"     Text to display on the top bar of your graph.  A "%d" (no   /T="text"     Text to display on the top bar of your graph.  A "%d" (no
                 quotes) is replaced by the number of days/weeks                 quotes) is replaced by the number of days/weeks
  
 Example: Example:
-────────+
   Hourly /N=14 /T="Usage graph for the last 2 weeks"   Hourly /N=14 /T="Usage graph for the last 2 weeks"
   Speed  /N=60 /T="Cool baud rate statistics for the last %d days"   Speed  /N=60 /T="Cool baud rate statistics for the last %d days"
Line 1403: Line 1351:
   enabled/disabled".   enabled/disabled".
  
-Note: Leaving the data field blank is the same as specifying the "Toggle" +Note: Leaving the data field blank is the same as specifying the "Toggle" parameter.
-      parameter.+
  
  
menu_function_overview.1635257617.txt.gz · Last modified: 2021/10/26 22:13 by admin