CMDLINE property (System)
Description
Returns the command line used to start the Presentation Server.
Property Value
The command line string for the current process.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get Only | No | No | No |
Remarks
This property uses the GetCommandW Windows API function internally. The name of the executable in the command line this property returns is not necessarily identical to that in the command line that the calling process gives to the CreateProcess() function. The operating system may prepend a fully qualified path to an executable name that is provided without a fully qualified path.
Example
CommandLine = Get_Property( "SYSTEM", "CMDLINE" )
See Also
MODULEFILENAME property, Starting the Presentation Server