command(command)
Where:
command | is a command to be issued in the Windows command environment. Enclose the command in double quotation marks ("") if it contains embedded spaces, tabs or commas. This parameter may be a variable containing the command to be issued. |
The command script command allows Windows commands to be executed from within a script.
Examples
command("rename test.txt test1.txt")
command("delete c:\test1.txt")
command($COMMAND)
See Also:
TN3270 Plus is continually being improved. To learn more about the latest enhancements, please review our Version History web page.