home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / OLS / Internet / TTERMP20 / CMNDLINE.TXT next >
Text File  |  1996-06-07  |  2KB  |  73 lines

  1. Command line (shortcut link) format
  2.  
  3. TTERMPRO [<host name / host address>[:<TCP port#>]]
  4.      [/B] [/C=<serial port#>]
  5.      [/F=<setup file>] [/FD=<file transfer directory>]
  6.      [/H] [/K=<keyboard setup file>]
  7.      [/KR=<kanji code (receive)>] [/KT=<kanji code (transmit)>]
  8.      [/P=<TCP port#>] [/R=<replay file>] [/T=<telnet flag>]
  9.      [/W="<window title>"]
  10.      [/X=<window pos (x)] [/Y=<window pos (y)]
  11.      [;<comment>]
  12.    where:
  13.     <host name>[:<TCP port#>]    Host name (with TCP port#)
  14.     <host address>[:<TCP port#>]    IP address (with TCP port#)
  15.  
  16.     /B    Telnet binary option (default: none)
  17.  
  18.     /C=<serial port#>
  19.       /C=1  COM1
  20.       /C=2  COM2
  21.       /C=3  COM3
  22.       /C=4  COM4
  23.  
  24.     /F=<setup file>
  25.       /F=TERATERM.INI (default)
  26.  
  27.     /FD=<file transfer directory>
  28.  
  29.     /H    Hide title bar (default: none)
  30.  
  31.     /K=<keyboard setup file>
  32.       /K=KEYBOARD.CNF (default)
  33.  
  34.     /KR=<kanji code (receive)>    Note: Japanese mode only
  35.       /KR=SJIS
  36.       /KR=EUC
  37.       /KR=JIS
  38.  
  39.     /KT=<kanji code (transmit)>    Note: Japanese mode only
  40.       /KT=SJIS
  41.       /KT=EUC
  42.       /KT=JIS
  43.  
  44.     /P=<TCP port#>
  45.       /P=23 (default (telnet))
  46.  
  47.     /R=<replay file>
  48.  
  49.     /T=<telnet flag>
  50.       /T=1    Telnet enable (default)
  51.       /T=0    Telnet disable
  52.  
  53.     /W="<window title>"
  54.  
  55.     /X=<window position (x)>
  56.  
  57.     /Y=<window position (y)>
  58.  
  59.     ;<comment>    Comment. Should be last in the command line.
  60.  
  61. Example:
  62.     TTERMPRO
  63.     TTERMPRO myhost.mydomain
  64.     TTERMPRO myhost.mydomain:23
  65.     TTERMPRO 111.111.11.11
  66.     TTERMPRO myhost.mydomain /T=0 /P=7
  67.     TTERMPRO /C=1
  68.     TTERMPRO /F=TELNET.INI
  69.     TTERMPRO foohost.foodomain /F=FOOHOST.INI
  70.     TTERMPRO /C=2 /F=MYSETUP.INI
  71.     TTERMPRO /K=MYKEY.CNF /W="My host"
  72.     TTERMPRO /R=README.TXT ; replay a file
  73.     TTERMPRO myhost /B /X=100 /Y=50