|
GseosCmd.ExecCmd
|
Previous Top Next |
| Parameter | Description
|
| strCmd | The command to execute.
|
| bQueryForArgs | If True and not all arguments are specified a dialog will prompt for the missing arguments. If False an exception will be raised if not all required arguments are specified. The default is True.
|
| bCriticalCmdDialog | If this is a critical command and you don't want the critical command warning pop up set this parameter to False. The default is True.
|
| bSendCmdString | Sends the CmdString to execute the command. If False the command parameters will be validated and the command string returned without issuing the CmdString block which will effectively not issue the command. The default is True.
|
| strCmd | The completed command string.
|