SBM AppScript Reference → Programming SBM AppScript → Extension Functions → Ext.CmdLineWait( cmdLine )
Executes the string cmdLine in the operating system's command line interpreter and waits for the command to finish. When searching for applications or batch files, the ScriptAppPath registry setting is not used, but the OS %Path% variable is. Refer also to Ext.NewTask( appName, arg1, arg2, ... ) and Ext.NewTaskWait( appName, arg1, arg2, ... ).
cmdLine
This argument can contain redirect symbols, pipe characters, wildcards, and anything else legal at a command line prompt.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.