@write

The @write command can be used to send a string of characters to the device. This command allows a script to precisely control what input is being sent to the device. For example, the following script sends the show run command to the device, followed by the CommandTerminator (typically \n or \r\n).

@write "show run"

@write $(CommandTerminator)

See Also

Low-level commands

@connect

@read