This function issues the specified text as a console operator command.
result = OSCMD(text,[console])
Parameters
Null string (or error text).
Text to be issued as a console operator command.
Console where the command is executed.
Default: The command is routed through subsystem console (if available) for ISERVE. Otherwise, the command is issued through the master console.
Returned information only indicates that the system for processing has accepted the command (processing can consist of determining that the command is invalid). No information is returned indicating the success or failure of the passed command.
ARG n MISSING OR INVALID
Example
x = oscmd('d a,l',0) /* The command is issued using console 0.*/
Copyright © 2014 CA Technologies.
All rights reserved.
|
|