home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / packet / bb211 / parms.doc < prev    next >
Text File  |  1991-03-03  |  23KB  |  699 lines

  1. To set colors, run BBCOLOR.EXE.  Take down the numbers of the colors you
  2. want and put them in the PARMS.BB file.
  3.  
  4. The PARMS.BB file consists of lines in the format:
  5.  
  6.             keyword = value
  7.  
  8. The keywords are shown below with a typical value:
  9.  
  10. GENERAL KEYWORDS
  11. ----------------
  12.  
  13.   name = Roy
  14.  
  15.       This is the SYSOP's name
  16.  
  17.   location = Gilroy, CA
  18.  
  19.       Location for this mailbox.  Used in the forwarding header
  20.  
  21.   bb_sign = AA4RE
  22.  
  23.       Callsign for this mailbox.  No SSID on this call.
  24.  
  25.   bb_addr = AA4RE
  26.  
  27.       Address of the mailbox.  Usually just callsign.  Add an SSID if
  28.       you run multiple BBS under the same call sign.  This address will
  29.       be used for outgoing messages as the from bbs.
  30.  
  31.   bb_hier_addr = .#NOCAL.CA.USA.NA
  32.  
  33.       Hierarchical address of this mailbox.  First character must be
  34.       a period.
  35.  
  36.   bid_sign = AA4RE1
  37.  
  38.       Call sign to use when generating BIDS.  Only needed if different from
  39.       the bb_sign.  Handles the special case of two bulletin boards with
  40.       same call sign but different SSIDs.  Don't put a dash in this
  41.       callsign.
  42.  
  43.   send_wp_to_bbs = WD6CMU.#NOCAL.CA.USA.NA
  44.  
  45.       Place to send WPAGE reports.  If omitted, no WPAGE reports will be sent
  46.  
  47.   home_bbs_expires = 120
  48.  
  49.       Number of days until the home BBS registration expires.
  50.       Must be from 30 to 365.  Default is 120.
  51.  
  52.   bulletin_fwd_stop  = 10
  53.  
  54.       Bulletins this many days old (from origination) will not forward.
  55.       Must be from 1 to 365.  Default is 20.
  56.  
  57.   default_expiration = 10
  58.  
  59.       Bulletins this many days old (from origination) will self destruct.
  60.       Must be from 1 to 365.  Default is 20. (Not fully implemented)
  61.  
  62.   user_file = C:\BB\BBDATA\USER.BB
  63.  
  64.       Fully qualified name of the user file.  One will be created for you if
  65.       it doesn't exist already.  The path must exist however.
  66.  
  67.   msg_file = C:\BB\BBDATA\MSG.BB
  68.  
  69.       Fully qualified name of the message index file.  One will be created
  70.       for you if it doesn't exist already.  The path must exist however.
  71.  
  72.   msg_dir = C:\BB\MSGS\
  73.  
  74.       The path to be used to store messages.  If you give a subdirectory
  75.       name, don't forget the terminating \
  76.  
  77.   message_list = C:\BB\BBDATA\MESSAGE.BB
  78.  
  79.       Fully qualified name of the system message file.  This must exist.
  80.       This file contains the text of all the system messages such as the
  81.       ones used for sign on.  If multiple languages, this is the primary.
  82.  
  83.   language_list = EDS
  84.  
  85.       Gives a list of single character language identifiers.  Only
  86.       needed if multiple message_list files are used.  See LANGUAGE.DOC
  87.       for details.
  88.  
  89.   help_file = C:\BB\BBDATA\HELP.BB
  90.  
  91.       Fully qualified name of the system help file.  This must exist.
  92.       This file contains the text of all the help messages.
  93.  
  94.   route_file = C:\BB\BBDATA\ROUTE.BB
  95.  
  96.       Fully qualified name of the routing file (see FWD.DOC).  The path
  97.       must exist but the file doesn't.  However, if you don't have a file,
  98.       you can't forward.
  99.  
  100.   path_file = C:\BB\BBDATA\PATH.BB
  101.  
  102.       Fully qualified name of the pathing file (see FWD.DOC).  The path
  103.       must exist but the file doesn't.  However, if you don't have a file,
  104.       you can't forward.
  105.  
  106.   bid_file = C:\BB\BBDATA\BID.BB
  107.  
  108.       Fully qualified name of the BID file.  One will be created for you if
  109.       it doesn't exist already.  The path must exist however.
  110.  
  111.   bid_max = 100
  112.  
  113.       Number of BIDs to track.  The last "N" BIDS will be tracked.  Each
  114.       BID costs 22 bytes of storage.  Valid values are 100 to 5000.
  115.  
  116.   log_file = C:\BB\LOGS\LOG.BB
  117.  
  118.       Fully qualified name of the LOG file.  One will be created for you if
  119.       it doesn't exist already.  The path must exist however.
  120.  
  121.       IF the name is DAILY, WEEKLY, or MONTHLY then a new file is created
  122.       every time period.  The path supplied here is used and the file name
  123.       is BByymmdd.LOG for DAILY and WEEKLY (Sunday is used) and BByymm.LOG
  124.       for MONTHLY log.  Example:
  125.  
  126.             log_file = C:\BB\LOGS\WEEKLY
  127.  
  128.   mon_file = C:\BB\DATA\MON.BB
  129.  
  130.       Fully qualified name of the MON file.  One will be created for you if
  131.       it doesn't exist already.  The path must exist however.
  132.  
  133.   mon_list_length = 10
  134.  
  135.       Max number of entries in the MON list (shown by "J" command).
  136.       Allowed range is 0 to 30.
  137.  
  138.   dos_message_file = C:\BB\BBDATA\MESSAGE.DOS
  139.  
  140.       Fully qualified name of the system dos error message file.  This must
  141.       exist.  This file contains the text of all the messages used for DOS
  142.       error codes.
  143.  
  144.   wakeup_file = C:\BB\BBDATA\WAKEUP.BB
  145.  
  146.       Fully qualified name of the file containing the wakeup data.  This
  147.       must exist.  See WAKEUP.DOC.  This file is optional.
  148.  
  149.   h_lookup_file = C:\BB\BBDATA\HLOOKUP.BB
  150.  
  151.       Fully qualified name of the file containing the lookup data for the
  152.       GH command.  See HIER.DOC.  This file is optional.
  153.  
  154.   sysop_password_file = C:\BB\BBDATA\PASSWORD.BB
  155.  
  156.       Fully qualified name of the file containing the remote sysop password
  157.       info.  See OPERATE.DOC for details.  This file is optional.
  158.  
  159.   action_file = C:\BB\BBDATA\ACTION.BB
  160.  
  161.       Fully qualified name of the file containing the action data.  See
  162.       ACTION.DOC for details.  This file is optional.
  163.  
  164.   trace = N
  165.  
  166.       Turns trace on and off.  Primarily a debugging tool.
  167.  
  168.   trace_file = TRACE.BB
  169.  
  170.       Fully qualified name of the trace file.  A new one will be created
  171.       each execution.  The path must exist.  No trace file will be created
  172.       if TRACE = N.  This is primarily used for debugging and its contents
  173.       change frequently.
  174.  
  175.   max_task = 3
  176.  
  177.       Maximum number of concurrent tasks.  Each task occupies 20K or so of
  178.       storage.  Each logged on user occupies a task.  This number is not a
  179.       hard and fast rule.  If you exceed this number, tasks will be allocated
  180.       from free memory if possible.  Valid values are 1 to 32.
  181.  
  182.   no_fwd_kill = ABCDEF_
  183.  
  184.       Classes of messages not to kill when forwarded successfully.  The
  185.       underscore is translated to a blank.
  186.  
  187.   bid_for_P = Y
  188.  
  189.       YES or NO answer.  If YES, BIDs will be generated for all incoming
  190.       private messages without a BID.
  191.  
  192.   bid_for_T = Y
  193.  
  194.       YES or NO answer.  If YES, BIDs will be generated for all incoming
  195.       NTS messages without a BID
  196.  
  197.   bid_for_blank = Y
  198.  
  199.       YES or NO answer.  If YES, BIDs will be generated for all incoming
  200.       messages with a type of blank.
  201.  
  202.   blank_to_P = N
  203.  
  204.       YES or NO answer.  If YES, messages sent with just "S" will be
  205.       translated to "P".
  206.  
  207.   blank_to_B = N
  208.  
  209.       YES or NO answer.  If YES, messages sent with just "S" will be
  210.       translated to "B".  Note.. BLANK_TO_P comes first
  211.  
  212.   hold_duplicate = Y
  213.  
  214.       YES or NO answer.  During the process of BID generation, the
  215.       new BID is checked to see if it is a duplicate.  If this occurs,
  216.       and "hold_duplicate" is YES then the message will be held.
  217.  
  218.   hold_dup_header = 1
  219.  
  220.       Each incoming message is scanned for a header from this BBS.  When
  221.       the number of headers from this mailbox is equal to "hold_dup_header",
  222.       the message is held.  To turn off this feature, use 0.  Valid values
  223.       are from 0 to 255.
  224.  
  225.   kill_userbbs_on_error = Y
  226.  
  227.       YES or NO answer.  If a user running at "BBS" class gets an error
  228.       and "kill_userbbs_on_error" is YES, then an immediate disconnect
  229.       will occur.
  230.  
  231.   allow_types = BPT
  232.  
  233.       Classes of messages that local user can use.  An undersore is
  234.       is translated to a blank.  If a user enters a message not in
  235.       the classes then message #78 will appear and the user can
  236.       enter a correct type.  This does NOT affect BBS or SYSOPs.
  237.  
  238.   rename_killed_msg = Y
  239.  
  240.       YES or NO answer.  If YES, then killed messages will be renamed to
  241.       BBnnnn.KIL during "GM" processing instead of being erased.
  242.  
  243.   sysop_is_in = Y
  244.  
  245.       YES or NO answer.  If YES, then "T" command will page SYSOP.  If
  246.       NO, user receives response saying SYSOP unavailable.  Can be
  247.       changed by "GS" command.
  248.  
  249.   sysop_bell = Y
  250.  
  251.       YES or NO answer.  If YES, then "T" command will ring bell.  If
  252.       NO, no sound is made.  Can be changed by "GB" command.
  253.  
  254.   loud_sysop_bell = N
  255.  
  256.       YES or NO answer.  If YES, then bell used above is much louder.
  257.       IF NO, the bell from older versions is used.
  258.  
  259.   mono_trace = N
  260.  
  261.       YES or NO answer.  If YES, then certain trace data will appear on
  262.       a screen attached to a monochrome adapter.
  263.  
  264.   monitor_time_stamp = Y
  265.  
  266.       YES or NO answer.  If YES, then all montiored packets will have HHMMSS
  267.       in front during display.
  268.  
  269.   bbs_see_p = N
  270.  
  271.       YES or NO answer.  If YES, allow bbs class user to see private messages.  This
  272.       This was the default previously.
  273.  
  274.   already_connect_check = Y
  275.  
  276.       YES or NO answer.  If YES, don't attempt to forward to a station already
  277.       connected.  Test is done without concern for SSID.  Note that the TNC
  278.       already checks for an attempt to connect to the same callsign/SSID.
  279.       This is added when things like NETROM are in use and the SSID changes.
  280.  
  281.   direct_video = Y
  282.  
  283.       YES or NO answer.  If YES, then TurboPascal's direct video write
  284.       routines will be used.  If NO then will use BIOS calls.
  285.       Should be YES for better performance.
  286.  
  287.   check_snow = N
  288.  
  289.       YES or NO answer.  If YES, then system will wait for vertical retrace
  290.       before writing to screen.  Try NO first.  If SNOW appears then use
  291.       Yes.
  292.  
  293.   time_updates_status = Y
  294.  
  295.       YES or NO answer.  If YES, then system will update the status line
  296.       at every minute.  If no, the status line will only be updated during
  297.       connect/disconnect.  The old default was Y, the new default is N.
  298.  
  299.   own_call_in_bcst = N
  300.  
  301.       YES or NO answer.  If YES, then the MAIL FOR line in the broadcast
  302.       will contain your call if you have mail.  If N then your mail will
  303.       not show in the broadcast.  The old default was Y, the new default is N.
  304.  
  305.   suppress_prefix = N
  306.  
  307.       YES or NO answer.  If YES, then the prefix data (eg. LO>:) will not be
  308.       shown in the operator window.  Can be changed by the GP command.
  309.       The default is N.
  310.  
  311.   show_fwd_mismatch = N
  312.  
  313.       YES or NO answer.  If YES, then when a mismatch occurs in a forward
  314.       script it will be shown in the connect window.  Can be changed by the
  315.       GZ command.  The default is N.
  316.  
  317.   show_yapp_states = N
  318.  
  319.       YES or NO answer.  If YES, then BB will display YAPP states during
  320.       binary transfer.  Really only needed for debugging.  The default is N.
  321.  
  322.   show_binary_data = N
  323.  
  324.       YES or NO answer.  If YES, then BB will display binary data in the
  325.       CONNECT window.  Really only needed for debugging.  The default is N.
  326.  
  327.   auto_hlookup = Y
  328.  
  329.       YES or NO answer.  If YES, then BB will do a "GH" command before each
  330.       forwarding cycle.  The default is N.
  331.  
  332.   extended_timeout = N
  333.  
  334.       YES or NO answer.  If YES, then BB extend the timeout on all ports
  335.       by a factor of 4.  This is used primarily for speech synthesis.
  336.       The default is N.
  337.  
  338.   personal_bbs = N
  339.  
  340.       YES or NO answer.  If YES, then this BBS is a personal one rather
  341.       that a full-service one.  The default is N.
  342.  
  343.   no_alternate_header = N
  344.  
  345.       YES or NO answer.  If YES then the alternate header feature is OFF.
  346.       The default is N.
  347.  
  348.   send_sid_always = N
  349.  
  350.       YES or NO answer.  If YES then the system wil always send the SID
  351.       (the little thing in brackets [4RE-etc]) instead of sending it just
  352.       to users identifed as advanced mailboxes.  This is done to make
  353.       things more compatible for forwarding from W0RLI mailboxes.  Certain
  354.       HF nets seem to need this; others don't.  The default is N.
  355.  
  356.   no_language_prompt = N
  357.  
  358.       YES or NO answer.  If YES then the user will not be prompted for a
  359.       language setting during the register process.  The default is N.
  360.  
  361.   blank_to_bbs = Y
  362.  
  363.       YES or NO answer.  If YES then the to_bbs field of a locally originated
  364.       message will be set to blank.  If N, the field will be set to the
  365.       bb_addr.  The default is N.  Note: this parm MUST be "Y" for the
  366.       auto_set_to_bbs to work!
  367.  
  368.   auto_set_to_bbs = y
  369.  
  370.       YES or NO answer.  If YES then the if a locally originated message has a
  371.       blank to_bbs field, the to_bbs will be set by home BBS in the user file.
  372.       The default is N.  Note:  This will NOT work for incoming messages from
  373.       another BBS.  To change those addresses, use the action file.
  374.  
  375.   new_user_l_time = 3
  376.  
  377.       Specifies the number of days previous to today that a new user
  378.       will see when he executes the "L" command.  Value is from 0 to 255.
  379.       Default is 255;
  380.  
  381.   editor_free_size = 10000
  382.  
  383.       Amount of memory the editor will leave free when its being used.
  384.       This may have to be increased if your system gets an Error 203 when
  385.       forwarding during edit.  Minimum is 10000 (the old default) and
  386.       maximum is 65000.
  387.  
  388.   forward_delay = 10
  389.  
  390.       Number of seconds to wait after a disconnect from the far station
  391.       before proceeding to the next path to be forwarded.  This delay
  392.       should be used if you are forwarding on a busy channel to NETROM
  393.       nodes.  It prevents problems where the disconnect ack ("UA")
  394.       packet is lost.
  395.  
  396.  disconnect_delay = 10
  397.  
  398.       Number of seconds to wait before disconnecting from a station
  399.       being forwarded to.  This delay should be used if you are
  400.       forwarding on a busy channel to NETROM nodes.  It prevents
  401.       problems where the data ack ("RR") packet is lost.
  402.  
  403.   broadcast_interval = 5
  404.  
  405.       Number of minutes between broadcasts of "messages waiting for".
  406.       Valid values are 5 to 255.
  407.  
  408.   bbs_to_fwd_time = 420
  409.  
  410.       Number of minutes to correct between time the BBS is running in
  411.       and the time in the $J/$K variables used in building a forwarding
  412.       header.  This should be your GMT time correction unless your
  413.       system DOS time is set for GMT.  For example, Pacific Daylight
  414.       Savings time is 7 hours behind GMT so the number for me is 420
  415.       (60 minutes times 7 hours)
  416.  
  417.   operator_color         = 5
  418.  
  419.       Color of operator area. See above
  420.  
  421.   status_color           = 5
  422.  
  423.       Color of status line and input area. See above
  424.  
  425.   connect_scroll_size    = 50
  426.  
  427.       Number of lines to save in the connect window
  428.  
  429.   monitor_scroll_size    = 50
  430.  
  431.       Number of lines to save in the monitor window
  432.  
  433.   operator_scroll_size    = 50
  434.  
  435.       Number of lines to save in the operator window
  436.  
  437.   top_window_%            = 50
  438.  
  439.       Size of top window in relation to full screen.  50% gives
  440.       half for each window.
  441.  
  442.   change_dest            = AA4RE=NONE USA=ALLUS AMSAT=ALLUS
  443.  
  444.       !!! OBSOLETE !!!
  445.       This is a list of destinations that will be changed automatically when
  446.       the message is received at this mailbox. USA=ALLUS means if a message
  447.       comes in addressed to ALL @ USA, it will be changed to ALL @ ALLUS
  448.       AA4RE=NONE means that AA4RE will be changed to all blanks.  The
  449.       change_dest line may be repeated multiple times.
  450.  
  451.   same_distribution      = ALLCA  ALLUSW ALLUS
  452.  
  453.       !!! OBSOLETE !!!
  454.       This means that messages arriving for ALLUSW will use the ALLCA.DIS
  455.       distribution list.  Ditto for ALLUS.  The first item is the
  456.       distribution list to use and the other items are the equivalency
  457.       list.  This line may be repeated multiple times.
  458.  
  459.  
  460.  
  461. PORT KEYWORDS
  462. -------------
  463.  
  464. A port is started by a line with just "PORT" on it.  A port ends when
  465. a line with just "ENDPORT" appears.
  466.  
  467.   port_type = TNC-1
  468.  
  469.       Type of TNC.  Valid values are:  TNC-1, TNC-2, PC-1XX, MODEM-ATCMD,
  470.       PK-232, G8BPQ_NODE, PC*PA-0 thru PC*PA-9 plus two for PK87.  For a
  471.       PK-87 with WA8DED EPROMS, use PK-87-DED.  For a PK-87 with AEA EPROMS
  472.       use PK-87-AEA.
  473.  
  474.   call_set = AA4RE-1
  475.  
  476.       This call will be set by the program at start up.  It can be omitted.
  477.  
  478.   com = 1
  479.  
  480.       COM port number.  Allowable values are 1 to 255.
  481.  
  482.   interlock_com = 4
  483.  
  484.       Number of com port with which to interlock.  A port for this com
  485.       number MUST be defined before this port.  Use this with MS-400 cards
  486.       or others with SHARED INTERRUPTS where you experience overruns.
  487.       Define one of the MS-400 ports then interlock all the others on the
  488.       first com number.  See MS400.DOC
  489.  
  490.   max_pac = 128
  491.  
  492.       Allowable maximum packet size on this port.  Allowable values are
  493.       20 to 256.  Default is 128.
  494.  
  495.   dflt_pac = 128
  496.  
  497.       Default maximum packet size on this port.  Allowable values are
  498.       20 to 256.  Default is same as MAX_PAC.
  499.  
  500.   speed = 4800
  501.  
  502.       Speed of port.  If this is a PC-1xx, this is the radio speed.  For
  503.       the PC*PA this value must be specified but is ignored.  For
  504.       all others, this is the RS-232 port speed.
  505.  
  506.   max_connect = 2
  507.  
  508.       Max number of connects to allow on this port.  MUST be at least
  509.       one less that what the TNC is capable of.
  510.  
  511.   max_channel = 4
  512.  
  513.       Highest channel number allowed by this TNC.  Check the documentation
  514.       for your TNC.  For TNC-11 and TNC-2, see the WA8DED documentation.  If
  515.       you don't know, set for 4. For G8BPQ_NODE, PK-232, PK-87, and PK-88,
  516.       the value is usually 9. For PC*PA, the value either 4 or 10 based on
  517.       which version of TNCTSR-S you have.
  518.  
  519.   max_pending = 4
  520.  
  521.       For WA8DED software and the PC*PA, this is the maximum number of
  522.       unsent frames awaiting transmission.  When this is reached, BB stops
  523.       sending data frames to the TNC until some traffic clears.  Set this
  524.       to the maximum number of outstanding frames ("O" command on TNC).
  525.       For the PK-232 this number should be 4*MAXF
  526.  
  527.   monitor = Y
  528.  
  529.       YES or NO answer.  If YES, MONITOR will be enabled.
  530.  
  531.   time_out = 180
  532.  
  533.       Number of seconds of inactivity before a user is disconnected.
  534.       Allowed values are between 60 and 3000.  NOTE:  Using the
  535.       MBL, RLI, CBBS implementations, the timer starts when the last
  536.       packet has left the computer.  Under this program, the timer
  537.       starts when the last packet is "ACK"ed by the distant TNC.
  538.       This might be an intermediate network node (Eg. NETROM) or
  539.       the actual user.
  540.  
  541.   fwd_min = 34
  542.  
  543.       Minutes after the hour to start forwarding on this port
  544.  
  545.   call_check = Y
  546.  
  547.       YES or NO answer.  If YES, allow only stations with valid call signs
  548.       to connect.  *** NOT IMPLEMENTED ***
  549.  
  550.   upload_download = Y
  551.  
  552.       YES or NO answer.  If YES, allow uploads/downloads on this port.
  553.  
  554.   remote_sysop  = Y
  555.  
  556.       YES or NO answer.  If YES, allow remote SYSOPs on this port.
  557.  
  558.   no_out_fwd = N
  559.  
  560.       YES or NO answer.  If YES, this port will never start forwarding
  561.       by itself.  The fwd_min is useless.
  562.  
  563.   no_busy_fwd = N
  564.  
  565.       YES or NO answer.  If YES, this port will never start forwarding
  566.         NEW_USER_TRANSPARENCY -- Set the new user's transparency mode for a port
  567.         NEW_USER_SCREEN_LENGTH -- Set the new user's screen length
  568.       if it already has a user connected.  This is mainly for HF where
  569.       you only want one connect.  Default is NO.
  570.  
  571.   new_user_transparency = Y
  572.  
  573.       YES or NO answer.  If YES, a new user will be given the "T" flag
  574.       in the user file indicating TRANSPARENT.  Default is NO.
  575.  
  576.   new_user_screen_length = 20
  577.  
  578.       Number between 0 and 255 indicating the number of lines to be
  579.       output for a new user before pausing.  This will be reset by the
  580.       user during the register process.
  581.  
  582.   no_binary = N
  583.  
  584.       YES or NO answer.  If YES, this port cannot be used for binary
  585.       transfers.  Default is NO.
  586.  
  587.   broadcast = y
  588.  
  589.       YES or NO answer.  If YES, send "MESSAGES FOR" broadcast UNPROTO.
  590.  
  591.   minimum_class_allowed = new_user
  592.  
  593.       Sets the minimum class allowed to access the system thru this port.
  594.       Default is NEW_USER.
  595.  
  596.   port_name = 144.99 Mhz
  597.  
  598.       Name of port to be displayed with various commands (Eg. "J")
  599.  
  600.   answer_on_ring = 1
  601.  
  602.       Number of ring to answer modem on.  Allowed values are 1 to 15.
  603.  
  604.   monitor_color = 5
  605.  
  606.       Color of monitored packets for this port.  See COLOR.DOC
  607.  
  608.   broadcast_path  = QRM WB6ZVW
  609.  
  610.       Path set for UNPROTO packets.  If this is omitted, the UNPROTO
  611.       path will not be set.
  612.  
  613.   default_forward_order = TA
  614.  
  615.       Default order that files will be sent during forwarding.  See
  616.       FWD.DOC for details
  617.  
  618.   reject_action = 2
  619.  
  620.       Set the action for REJECTS.  Which message to reject is set by the
  621.       action file.  If the other BBS understands REJECT then REJECT is
  622.       sent.  If the other BBS does not understand REJECT then we use the
  623.       action to control what we do.  Parameter settings are shown below;
  624.       the default is 0;
  625.  
  626.           0 = Put message in hold
  627.           1 = Tell distant end NO (this causes other BBS to think you
  628.               already have it).  If other BBS doesn't understand NO then
  629.               put message in hold
  630.           2 = Tell distant end that message is rejected and then disconnect
  631.  
  632.   default_language_list = E
  633.  
  634.       Gives the single character language identifiers for this port.
  635.       Only needed if multiple message_list files are used.  This parm
  636.       is used if a user signs on and has NOT selected a language.
  637.       See LANGUAGE.DOC for details.
  638.  
  639.   initialize_file = COM21.BB
  640.  
  641.       This is optional.  If present, this points to a file that contains
  642.       data and commands to be sent to this port during the initialization
  643.       procedure.  The file is a straight ASCII file.  Lines that
  644.       contain commands should be prefixed by an ESCAPE character.
  645.       All commands and data will be directed to channel 0, the UNPROTO
  646.       channel.
  647.  
  648.  
  649. FILE KEYWORDS
  650. -------------
  651.  
  652. A file directory is started by a line with just "FILE_DIRECTORY" on it.
  653. Its ends when a line with just "ENDFILE" appears.
  654.  
  655.   directory_name = ARES
  656.  
  657.       Name of directory. Any 12 character word is ok.  No imbedded blanks.
  658.  
  659.   directory_alias    = RACES
  660.  
  661.       Other names for the directory
  662.  
  663.   directory_path     = C:\ARES\
  664.  
  665.       Path to directory.  If this is the magic word "ANY' then you can
  666.       use anything in the name area.
  667.  
  668.   directory_desc     = Amateur Radio Emergency Services
  669.  
  670.       One line text describing the contents of this directory
  671.  
  672.   class_for_upload   = remote_sysop
  673.  
  674.       Minimum user class for upload
  675.  
  676.   class_for_download = new_user
  677.  
  678.       Minimum user class for download
  679.  
  680.   subdirectory_ok    = NO
  681.  
  682.       YES or NO answer.  If YES, the backslash will be tolerated
  683.       as part of the filename.
  684.  
  685.   binary_ok = y
  686.  
  687.       YES or NO answer.  If YES, allow binary transfers from this area.
  688.  
  689. -----------------------
  690.  
  691. Valid user classes are:
  692.       NEW_USER
  693.       UNREGISTERED_USER
  694.       USER
  695.       EXPERT
  696.       BBS
  697.       REMOTE_SYSOP
  698.       LOCAL_SYSOP
  699.