SysProcessExecuteCommand (FUN)¶
FUNCTION SysProcessExecuteCommand : DINT
<description>Function to start a system command. The command is operating system dependent!</description> <result><p>RESULT: Result of command after execution</p></result>
- InOut:
- Scope - Name - Type - Comment - Return - SysProcessExecuteCommand- DINT- Input - pszComand- REFERENCE TO STRING - <param name=”pszCommand” type=”IN”>Command line parameters to be transmitted to application at execution</param> - pResult- POINTER TO RTS_IEC_RESULT - <param name=”pResult” type=”OUT”>Pointer to runtime system error code (see CmpErrors.library)</param> 
