home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / multuser.zip / TERM.INI < prev    next >
INI File  |  1995-05-23  |  2KB  |  44 lines

  1. ;
  2. ; This is the optional initialisation file for the DOS-TERMINAL program
  3. ; TERM.EXE.
  4. ;
  5. ; If this file does not exist in the current directory when you run TERM.EXE
  6. ; default values already set in the program will be used.  Similarly, if you
  7. ; omit one of the statements in the file a default will be assigned.
  8. ;
  9. ; The statements below just set the default in any case.  You may change them
  10. ; as indicated in the comments or just delete the file if you like the default
  11. ; values (TERM.EXE will load slightly quicker in this case).
  12. ;
  13.  
  14. [DOS-TERMINAL]          ;Identifies the file and starts a section
  15.                         ;.. It must always be present
  16.  
  17.   BAUD = 9600           ;Specifies the baud rate and may be one of :-
  18.                         ;.. 56000/38400/19200/9600/7200/4800/3600/2400/2000/1800
  19.                         ;.. 1200/600/300/150/134/110/75/50
  20.                         ;.. n.b. higher than 9600 is not recommended for use on
  21.                         ;.. PCs running at 4.77Mhz
  22.  
  23.   PARITY = NONE         ;Specifies the type of parity to be used and may
  24.                         ;.. be one of the following :-
  25.                         ;.. NONE/ODD/EVEN/ZERO/ONE
  26.  
  27.   STOPBITS = 1          ;Specifies number of stop bits (1 or 2)
  28.  
  29.   XONXOFF = YES         ;Specifies which flow control is to be used.
  30.                         ;.. YES uses the XON/XOFF (0x65/0x67) characters
  31.                         ;.. NO uses the RS232 signals DTR and CTS
  32.  
  33.   DISPLAY = COLOR       ;Specifies which mode you wish the PC to be
  34.                         ;.. identified as to host OS/2 applications.
  35.                         ;.. COLOR will use color (unless your PC is found
  36.                         ;..     to be a monchrome PC)
  37.                         ;.. MONOCHROME will force black & white mode.  If
  38.                         ;..     your PC has a color screen, the mono
  39.                         ;..     compatibility mode will be used - this
  40.                         ;..     results in underline characters showing
  41.                         ;..     in blue
  42.  
  43.   ADAPTER = COM1        ;Specifies the COM port - may be COM1 or COM2
  44.