@write
- Last Updated: July 8, 2022
- 1 minute read
- WhatsUp Gold
- Version 2026
- Version 2025
- Version 2024
- Version 2023.1
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)