home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / OLS / Internet / TTERMP20 / TERATERM.INI < prev    next >
INI File  |  1996-07-09  |  3KB  |  157 lines

  1. [Tera Term]
  2. ;    Tera Term Pro version 2.0
  3. Version=2.0
  4.  
  5. ;    Language (English/Japanese)
  6. Language=Japanese
  7.  
  8. ;    Port type (serial/tcpip)
  9. Port=tcpip
  10.  
  11. ;    Window positions
  12. VTPos=121,88
  13. TEKPos=-2147483648,-2147483648
  14.  
  15. ;    Terminal size
  16. TerminalSize=80,24
  17. ;    Terminal size=window size (on/off)
  18. TermIsWin=off
  19. ;    Auto window resizing option (on/off)
  20. AutoWinResize=off
  21.  
  22. ;    New-line code to be received (CR/CRLF)
  23. CRReceive=CR
  24. ;    New-line code to be transmitted (CR/CRLF)
  25. CRSend=CR
  26.  
  27. ;    Local echo (on/off)
  28. LocalEcho=off
  29.  
  30. ;    Answerback
  31. Answerback=
  32.  
  33. ;    Kanji code to be received (SJIS/EUC/JIS)
  34. KanjiReceive=SJIS
  35. ;    JIS Katakana code to be received (7/8)
  36. KatakanaReceive=8
  37.  
  38. ;    Kanji code to be transmitted (SJIS/EUC/JIS)
  39. KanjiSend=SJIS
  40. ;    JIS Katakana to be transmitted (7/8)
  41. KatakanaSend=8
  42. ;    Kanji-in sequence to be transmitted (@/B)
  43. KanjiIn=B
  44. ;    Kanji-out sequence to be transmitted (J/B)
  45. KanjiOut=J
  46.  
  47. ;    Auto window switching (VT<->TEK) (on/off)
  48. AutoWinSwitch=off
  49.  
  50. ;    Terminal ID
  51. TerminalID=VT100
  52.  
  53. ;    Window title
  54. Title=Tera Term
  55.  
  56. ;    Cursor shape (block/vertical/horizontal)
  57. CursorShape=block
  58.  
  59. ;    Hide menu bar and enable popup menu (on/off)
  60. PopupMenu=off
  61.  
  62. ;    Enable scroll buffer (on/off)
  63. EnableScrollBuff=on
  64. ;    Scroll buffer size (max 10000 lines)
  65. ScrollBuffSize=100
  66.  
  67. ;    Text and background color
  68. VTColor=0,0,0,255,255,255
  69. ;    Bold color
  70. VTBoldColor=0,0,255,255,255,255
  71. ;    Blink color
  72. VTBlinkColor=255,0,0,255,255,255
  73.  
  74. ;    Text and background color for TEK window
  75. TEKColor=0,0,0,255,255,255
  76.  
  77. ;    TEK color emulation (on/off)
  78. TEKColorEmulation=off
  79.  
  80. ;    Font
  81. VTFont=Terminal,0,13,128
  82. ;    Bold style font (on/off)
  83. EnableBold=off
  84. ;    Font for TEK window
  85. TEKFont=Terminal,0,8,1
  86.  
  87. ;    Backspace key (BS/DEL)
  88. BSKey=BS
  89.  
  90. ;    IME (on/off)
  91. IME=on
  92. ;    IME inline input (on/off)
  93. IMEInline=on
  94.  
  95. ;    Meta key (on/off)
  96. MetaKey=off
  97.  
  98. ;    Serial port parameters
  99. ;      Port number (1/2/3/4)
  100. ComPort=1
  101. ;      Baud rate (110/300/600/1200/2400/4800/9600/
  102. ;             19200/38400/57600/115200)
  103. BaudRate=9600
  104. ;      Parity (even/odd/none)
  105. Parity=none
  106. ;      Data (7/8)
  107. DataBit=8
  108. ;      Stop (1/2)
  109. StopBit=1
  110. ;      Flow control (x/hard/none)
  111. FlowCtrl=none
  112. ;      Transmit delay per character (in msec)
  113. DelayPerChar=0
  114. ;      Transmit delay per line (in msec)
  115. DelayPerLine=0
  116.  
  117. ;    TCP/IP parameters
  118. ;      TCP port#
  119. TCPPort=23
  120. ;      Telnet flag (on/off)
  121. Telnet=on
  122. ;      Telnet terminal type
  123. TermType=vt100
  124. ;      Auto window closing option (on/off)
  125. AutoWinClose=on
  126.  
  127. ; Binary flag for Send File and Log (on/off)
  128. TransBin=off
  129.  
  130. ; XMODEM option (checksum/crc/1k)
  131. XmodemOpt=checksum
  132. ; Binary flag for XMODEM Receive and ZMODEM Send (on/off)
  133. XmodemBin=on
  134.  
  135. ; Default directory for file transfers
  136. FileDir=S:\POWER\CDROM\WORK\DISC1\OLS\INTERNET\TTERMP20
  137.  
  138. ;    Telnet host list (the max number of hosts is 99).
  139. ;    You can edit this list in the [Setup] TCP/IP dialog box.
  140. ;[Hosts]
  141. ;    Host name
  142. ;Host1=myhost.mydomain
  143. ;    IP address
  144. ;Host2=111.11.1.1
  145. ;    Host name with option
  146. ;Host3=myhost.mydomain /F=myhost.ini
  147. ;    COM1 port
  148. ;Host4=/C=1
  149. ;    Replay a file
  150. ;Host5=/R=readme.txt
  151.  
  152. [Hosts]
  153. Host1=myhost.mydomain
  154. Host2=111.11.1.1
  155. Host3=myhost.mydomain /F=myhost.ini
  156. Host4=/C=1 ;serial port
  157. Host5=/R=readme.txt ;replay a file