VMS Help RTL Routines, LIB$, LIB$DO_COMMAND *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Execute Command routine stops program execution and directs the command language interpreter (CLI) to execute a command that you supply as the argument. If successful, LIB$DO_COMMAND does not return control to the calling program. Instead, LIB$DO_ COMMAND begins execution of the specified command. If you want control to return to the caller, use LIB$SPAWN instead. Format LIB$DO_COMMAND command-string
Additional Information (explode) :
|