The ProcessCommandLine property specifies the UNC file name of the file to execute, and any command prompt arguments.
| CreateProcessTask Object |
object.ProcessCommandLine [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Process command prompt arguments |
String
Read/write
HRESULT GetProcessCommandLine(BSTR *pRetVal);
HRESULT SetProcessCommandLine(BSTR NewValue);