Type This To Do This
Type This To Do This
Close an existing Telnet connection. It can be combined with a host name and
Close or c port number. For example, c redmond 44closes the connection with the remote
server redmond on port 44.
set Set the terminal type for the connection, turn on local echo, set authentication to NTLM
set the escape character, and set up logging.
SET NTLM turns on NTLM.
While you are using NTLM authentication, if you're connecting from a remote computer
you will not be prompted to type a logon name and password.
SET LOCALECHO turns on local echoing.
SET TERM {ANSI|VT100|VT52|VTNT} sets the terminal type
to the appropriate terminal type.
You should use the VT100 terminal type if you are running normal command-line
applications. Use the VTNT terminal type if you are running advanced command-line
applications, such as .
ESCAPE + Character sets the key sequence to use for switching from session
to command mode. For example, to set Ctrl+P as your escape character,
typeset escape, press Ctrl+P, and then press Enter.
LOGFILE FileName sets the file to be used for logging Telnet activity.
The log file must be on your local computer.
Logging begins automatically when you set this option.
LOGGING turns on logging.
If no log file is set, an error message is displayed.
Turn off local echo or set authentication for the logon or password prompt.
unset UNSET NLM turns off NLM.
UNSET LOCALECHO turns off local echoing.