Telnet: send

Updated: April 17, 2012

Applies To: Windows 7, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP

Sends Telnet commands to the Telnet server. For examples of how this command can be used, see Examples.

Syntax

sen[d] {ao | ayt | brk | esc | ip | synch | <string>} [?]

Parameters

Parameter Description

ao

Sends the Telnet command “Abort Output”.

ayt

Sends the Telnet command “Are You There”.

brk

Sends the Telnet command “brk”.

esc

Sends the current Telnet escape character.

ip

Sends the Telnet command “Interrupt Process”.

synch

Sends the Telnet command “synch”.

<string>

Sends whatever string you type to the Telnet server.

?

Displays Help associated with this command.

Examples

Send “Are you there” to the Telnet server.

sen ayt

Additional references