home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 24 DOS / 24-DOS.zip / commo60.zip / COMMO.SET < prev    next >
Text File  |  1994-04-09  |  7KB  |  173 lines

  1.    ╔════════════╗
  2.    ║ Setup File ║
  3.    ╚════════════╝
  4.  
  5.   The Setup File is processed at startup and may be edited with the Internal
  6.   Editor (which you are doing right now!).  Use the arrow keys, PgUp, PgDn,
  7.   etc., to edit the items marked with an "*" to get started.
  8.  
  9.   Keep items within the curly braces (use INS, DEL as needed).
  10.  
  11.   See COMMO.DOC for details and descriptions of all items.
  12.  
  13.    ╔════════════════════╗
  14.    ║ Terminal and Modem ║
  15.    ╚════════════════════╝
  16.  
  17. *{ddp=2400,8n1,1,A,0}   Default Dialing Parameters, set when you dial
  18.                │        (speed,format,comport,terminal,delay).  These
  19.         Com#───┘        are also the current settings when you start
  20.                         the program (NOTE: users with high speed modems
  21.                         (9600+) should change "2400" to "38400")
  22.  
  23. *{set _modini,~~AT S0=0 S7=180 E1 Q0 V1 X4 &C1 &D2 |~~}
  24.                         Modem Initialization String [see COMMO.DOC]
  25.  
  26. *{set z_prog,DSZC}      Zmodem program code.  Choose from:
  27.                           DSZC = dsz.com   DSZE = dsz.exe
  28.                           GSZ  = gsz.com   TXZM = txzm.exe
  29.                         Be sure to set "protodir" under Paths and Files.
  30.  
  31.  {min=yes}              Send Modem Init String (yes/no)
  32.  {sfc=yes}              Software (XON/XOFF) Flow Control (yes/no)
  33.  {hfc=auto}             Hardware (RTS/CTS) Flow Control (auto/yes/no)
  34.  {sld=no}               Stop serial input during disk I/O (yes/no)
  35.  {dex=no}               Drop DTR and RTS at program exit (yes/no)
  36.  {enq=no}               Answer ENQ with ACK (yes/no)
  37.  {ncr=nocar}            Macro to execute on NO CARRIER
  38.  
  39.  {aut=pzbr,^xB00}       Auto Receive, Zmodem DL    ( Up to 16 )
  40.  {aut=phbr,HS*^bR}      Auto Receive, HS/Link DL   ( of these )
  41.  
  42.  {rtr=}                 Receive Translate Table initialization
  43.  {str=}                 Send Translate Table initialization
  44.  
  45.  {com=1,3f8,4}          Com1 port address/IRQ     See COMMO.DOC
  46.  {com=2,2f8,3}          Com2 port address/IRQ      for details.
  47.  {com=3,3e8,4}          Com3 port address/IRQ     IRQ's may range
  48.  {com=4,2e8,3}          Com4 port address/IRQ      from 0 to 15.
  49.  
  50.    ╔═════════════════╗
  51.    ║ Paths and Files ║  NOTE: no "\" at end of paths.
  52.    ╚═════════════════╝
  53.  
  54. *{set protodir,c:\commo}            Path to find external protocols
  55. *{set uldir,c:\commo}               Path to find uploads
  56. *{set dldir,c:\commo}               Path to place downloads
  57. *{set _uselog,c:\commo\commo.log}   Path\filename for Usage Log file
  58. *{cap=c:\commo\commo.cap}           Path\filename for Capture File
  59. *{scr=c:\commo\commo.scr}           Path\filename for Screen Image file
  60. *{swp=c:\commo}                     Path\filename for Swap to Disk File
  61.  
  62.    ╔═════════╗
  63.    ║ Dialing ║
  64.    ╚═════════╝
  65.  
  66.  {abd=no}               AutoBaud Detect on (yes/no)
  67.  {cdm=yes}              Clear dialing marks when loading (yes/no)
  68.  
  69.  {set _dialpf,ATDT }    Default Dialing Prefix
  70.  {set _dialsf, |}       Default Dialing Suffix
  71.  
  72.  {dct=45}               Dialing cycle time limit (seconds)
  73.  {idt=4}                Delay between dialing attempts (seconds)
  74.  {dcn=c}                Method to cancel dialing (c/d/s,...)
  75.  
  76.  {set _dialsr,CARRIER ,CONNECT}  (space after CARRIER is necessary)
  77.                         Dialing success response(s)
  78.  {set _dialfr,BUSY,NO CARRIER,NO DIALTONE,OK}
  79.                         Dialing failure response(s)
  80.  {set _dialir,RING}     Inter-dial response(s)
  81.  
  82.    ╔══════════════╗
  83.    ║ ASCII Upload ║
  84.    ╚══════════════╝
  85.  
  86.  {ebl=yes}              Expand blank lines (yes/no)
  87.  {slf=yes}              Strip outgoing linefeeds (yes/no)
  88.  {pac=}                 ASCII Upload pacing character
  89.  
  90.    ╔═══════════════╗
  91.    ║ Miscellaneous ║
  92.    ╚═══════════════╝
  93.  
  94.  {mac=}                 Startup macro label
  95.  {esf=8}                Edit space for files in kilobytes (0-64)
  96.  {edd=no}               Enter Dialing Directory (yes/no)
  97.  {loc=no}               Local Echo on (yes/no)
  98.  {sig=no}               Signal Lights on (yes/no)
  99.  {cpf=no}               Capture File open (yes/no)
  100.  {cpm=screen}           Capture Mode (screen/filter/raw)
  101.  {tsn=yes}              Display time of day with System Name (yes/no)
  102.  {dat=mdy}              Order of date parameters (m=month,d=day,y=year)
  103.  {tim=12}               Time format (12/24 hour)
  104.  {tek=yes}              Test for enhanced keyboard (yes/no)
  105.  {dmk=8300}             Scan Code for Doorway Mode key (see COMMO.DOC)
  106.  {mky=}                 User-defined macro key-label (see COMMO.DOC)
  107.  {set sel_up,no}        Go directly to picklist for uploads (yes/no)
  108.  
  109.    ╔════════╗
  110.    ║ Sounds ║
  111.    ╚════════╝
  112.  
  113.  {snd=yes}              Master Sound on (yes/no)
  114.  {dca=yes}              Dialing connection alarm (yes/no)
  115.  {afa=no}               ASCII Upload finished alarm (yes/no)
  116.  {ers=yes}              Make sounds on errors/warnings (yes/no)
  117.  {rng=3}                Maximum number of alarm rings (0-999)
  118.  
  119.    ╔═════════════════════╗
  120.    ║ Video and Chat Mode ║
  121.    ╚═════════════════════╝
  122.  
  123.  {sfi=no}               Speech Friendly Interface (yes/no)
  124.                           [for visually impaired users with speech boards]
  125.  {sbs=10}               Scrollback Buffer size in kilobytes (0-64)
  126.  {sts=yes}              Status Line on (yes/no)
  127.  {slt=yes}              Status Line at top of screen (yes/no)
  128.  {adn=yes}              Auto-detect number of rows and columns (yes/no)
  129.  {avm=}                 Alternate video mode (mode,rows,cols)
  130.  {edi=yes}              Startup editor in insert mode (yes/no)
  131.  {ucw=16}               Number of lines in upper Chat Mode window
  132.  {swe=no}               Send when Enter is pressed in Chat Mode (yes/no)
  133.  {bsc=no}               Use BIOS for Terminal Screen scrolling (yes/no)
  134.  {sno=no}               Snow checking on CGA adapter (yes/no)
  135.  {gdc=}                 Graphic display characters [see COMMO.DOC]
  136.  
  137.    ╔════════╗
  138.    ║ Colors ║
  139.    ╚════════╝
  140.  
  141.  {clm=auto}             Color Mode (auto/color/mono)  [See COMMO.DOC]
  142.  
  143.     Press F7 to display the color chart.
  144.     Then press any key to return to editing.
  145.     Most items with two parameters are [text,border].
  146.     Items with three parameters are [text,border,highlight].
  147.  
  148.  {kts=07,20}            Terminal Screen, Status Line colors
  149.  
  150.  {kdd=70,1b,20}         Dialing Directory window colors
  151.  {kmf=70,0d,30}         Macro File window colors
  152.  {kaf=70,0c,30}         Auxiliary Macro File window colors
  153.  {ksb=70,2f,30}         Scrollback window colors
  154.  {khf=70,03,1b}         Online Help file window colors
  155.  {kes=70,30,20}         Edit Setup File window colors
  156.  {kee=70,20,1b}         Edit external file window colors
  157.  {kvs=70,0a,20}         Variable Space window colors
  158.  
  159.  {kcf=70,1e}            Capture File Options window colors
  160.  {ksi=70,5f}            Screen Image file window colors
  161.  {kdw=70,30}            Dialer window colors
  162.  {kau=70,4e}            ASCII Upload window colors
  163.  {kpw=70,6b}            Protocol window colors
  164.  {kid=70,30}            Input data window colors
  165.  {kst=70,5f}            Set Toggles window colors
  166.  {ktp=70,1a}            Terminal Parameters window colors
  167.  {kep=70,4b}            Execute Preview window colors
  168.  {kmw=4e,4e}            Message window colors
  169.  {set menu_clr,70,1b}   Menu colors
  170.  
  171.  
  172.                                 - end -
  173.