home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 September / VPR9809A.ISO / OLS / Windows / ARCHIVE / TTERMP23.ZIP / readme.txt < prev    next >
Text File  |  1998-03-10  |  5KB  |  146 lines

  1.     Tera Term Pro version 2.3
  2.     for MS-Windows 95/NT
  3.     T. Teranishi Mar 10, 1998
  4.  
  5.     Copyright (C) 1994-1998 T. Teranishi
  6.     All Rights Reserved.
  7.  
  8. Index
  9.  
  10.   1. About Tera Term
  11.   2. Notice
  12.   3. Requirements
  13.   4. Installation
  14.   5. Usage
  15.   6. Acknowledgment
  16.  
  17. -------------------------------------------------------------------------------
  18. 1. About Tera Term
  19.  
  20. Tera Term (Pro) is a free software terminal emulator (communication program)
  21. which supports:
  22.  
  23.     - Serial port connections.
  24.     - TCP/IP (telnet) connections.
  25.     - VT100 emulation, and selected VT200/300 emulation.
  26.     - TEK4010 emulation.
  27.     - File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
  28.       Quick-VAN).
  29.     - Scripts using the "Tera Term Language".
  30.     - Japanese and Russian character sets.
  31.  
  32. -------------------------------------------------------------------------------
  33. 2. Notice
  34.  
  35. Tera Term (Pro) is a free software.
  36.  
  37. There is no warranty for damages caused by using this application.
  38.  
  39. Without written permission by the author (Takashi Teranishi), you may
  40. not distribute modified packages of Tera Term, and may not distribute
  41. Tera Term for profit.
  42.  
  43. Before you send requests, questions and bug reports to the author,
  44. please read carefully this file, Tera Term help, MACRO help, KEYCODE.TXT
  45. and Tera Term home page.
  46. You can find the e-mail address of the author in Tera Term help and
  47. Tera Term home page. The URL of Tera Term home page is:
  48.  
  49. http://www.vector.co.jp/authors/VA002416/teraterm.html
  50. (The address may be changed in future.)
  51.  
  52. The author will appreciate any kind of support from you
  53. if it does not put the author under some obligation.
  54.  
  55. You may find the latest version of Tera Term at Tera Term home page and
  56. the following sites:
  57.  
  58. ftp://riksun.riken.go.jp/pub/pc/misc/terminal/teraterm/
  59. ftp://ftp.s.u-tokyo.ac.jp/PC/terminal/teraterm/
  60. (These addresses may be changed in future.)
  61.  
  62. -------------------------------------------------------------------------------
  63. 3. Requirements
  64.  
  65. Supported operating systems:
  66.  
  67.     MS-Windows 95
  68.     MS-Windows NT 3.51 and 4.0
  69.  
  70.     Note: For Windows 3.1, use Tera Term version 1.X.
  71.  
  72. -------------------------------------------------------------------------------
  73. 4. Installation
  74.  
  75. 1) If you have installed an old version of Tera Term, uninstall it.
  76.  
  77. 2) Copy all the distribution files to an empty floppy disk or temporary
  78. directory (for example C:\TEMP).
  79.  
  80. 3) Run SETUP.EXE and follow the instruction given by it.
  81.  
  82. 4) After the installation, the distribution files are no longer needed.
  83. you can delete them or may keep them in the floppy disk.
  84.  
  85. You can specify the following command line options for SETUP.EXE:
  86.  
  87. Format:
  88.     SETUP.EXE [/S] [/L<language mode>] [<destination path>]
  89.  
  90.   where:
  91.     /S            Skips user input dialog boxes
  92.  
  93.     /L<language mode>    Language mode of Tera Term.
  94.       /LE        English.
  95.       /LJ1        Japanese (IBM PC/AT keyboard).
  96.       /LJ2        Japanese (NEC PC98 keyboard; Windows 95).
  97.       /LJ3        Japanese (NEC PC98 keyboard; Windows NT).
  98.       /LR        Russian.
  99.  
  100.     <destination path>    Directory to which Tera Term is installed.
  101.  
  102. Example:
  103.     SETUP.EXE /S /LE "C:\Program Files\TTERMPRO"
  104.  
  105. -------------------------------------------------------------------------------
  106. 5. Usage
  107.  
  108. 1) For a telnet connection
  109.   Enter the host name or IP address of the host in
  110.   the "[File] New connection" dialog box.
  111.  
  112. 2) For a serial port connection
  113.   Select the serial port in the "[File] New connection" dialog box.
  114.   Set appropriate parameters for the port in the "[Setup] Serial port
  115.   dialog box.
  116.  
  117. See Tera Term help for detail.
  118. See KEYCODE.TXT for the description of keyboard setup.
  119. See MACRO help (MACRO.HLP) for the description of scripts.
  120.  
  121. -------------------------------------------------------------------------------
  122. 6. Acknowledgment
  123.  
  124. I would like to thank everyone who sent bug reports and suggestions.
  125. I especially thank the people who have supported the development of
  126. Tera Term from very early on. I also wish to thank the following people:
  127.  
  128.     Members of experimental nuclear physics groups in RIKEN and
  129.         University of Tokyo for supporting the development.
  130.     Akihiro Shirahashi for helping with distribution of Tera Term and
  131.         maintaining the Tera Term mailing list.
  132.     Hirofumi Fujii for giving useful information on terminal emulation
  133.         and communication programming.
  134.     Luigi M Bianchi for helping with the documentation included in this
  135.         package.
  136.     Yukio Mitsuyama and Yoshihiro Yamato for testing Tera Term with
  137.         PC-98 keyboard.
  138.     Vector Design company for providing a place for Tera Term home page.
  139.     Ralf Schares for helping with the modification of the Tera Special
  140.         font.
  141.     Juri Tsibrovski and Serguei Lukyanov for giving information about
  142.         Russian character code sets.
  143.     Andrey Nikiforov for making a Russian code conversion table.
  144.     Tatsuhiko Sakamoto for making new icons.
  145.     Robert O'Callahan for helping with the development of Tera Term
  146.         extension interface.