ESC P $ t Script-Commands ESC \
Wyse Terminal Emulations:
ESC Z t Script-Commands CR
ESC Z s Script-Name CR
* ESC is the ASCII 27 (Hex 1B) code.
* CR is the ASCII 13 (Hex 0D) code
DG Terminal Emulation:
ESC W t Script-Commands 000
ESC W s Script-Name 000
* ESC is the ASCII 30 code
* 000 is the ASCII 0 code
For example:
Running EXEC script command in Wyse emulations:
0x1b\Ztexec notepad\x0d
Running EXEC script command in VT emulations:
x1bP\$texec notepad\x1b