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

  1. ;
  2. ; TRMMAN.INI - Set to drive the COM1 port for the Evaluation Edition
  3. ;
  4.  
  5. ;
  6. ; SYSTEM Section
  7. ;
  8.  
  9. [SYSTEM]
  10.  
  11.   SHELL = C:\OS2\CMD.EXE
  12.   KEYBOARDCP = C:\OS2\KEYBOARD.DCP
  13.  
  14. ;
  15. ; PORT Section
  16. ;
  17.  
  18. [PORT]
  19.  
  20.   ADAPTER=COM1                        ; Names the type of adapter
  21.   PORTNO=1                            ; Assigns logical port no. 1 to the port
  22.  
  23. ;
  24. ; TERMINAL Section
  25. ;
  26.  
  27. [TERMINAL]
  28.  
  29.   TERMNO   = 1                        ; Assigns a logical terminal number
  30.   PORTNO   = 1                        ; Names the logical port it's attached to
  31.   LOCATION = 'Attached to COM1'       ; Change for desired description
  32.   TERMTYPE = DOS-TERMINAL             ; Terminal type
  33.   KBDTYPE  = 1                        ; Keyboard type
  34.                                       ; 0 - Keyboard with F1-F10 keys
  35.                                       ; 1 - Keyboard with F1-F12 keys
  36.   FORCECTS = YES                      ; Ensures no initial cable problems
  37.   FORCEDSR = YES                      ; .. however these should be changed
  38.   FORCEDCD = YES                      ; .. when you are sure the cables are
  39.                                       ; .. correctly wired
  40.