BlueCielo Meridian Enterprise 2018 VBScript API Reference
RunShellCommand method
Opens a window and passes a specified command line to the operating system to execute. The command may be executed on the application server.
Syntax
RunShellCommand(Command As String, [ShowWindow As IC_SHOWWINDOW As IC_SW_SHOWNORMAL], [AtServer As Boolean = False])
Name | Description |
---|---|
Command |
The command line to execute. |
ShowWindow |
Optional window style specified as one of the IC_SHOWWINDOW constants. |
AtServer |
Optional flag to run the command on the server. |