Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code> CommandLine = Get_Property( "SYSTEM", "CMDLINE" ) </code> ==== See Also ==== MODULEFILENAME property, Starting the Presentation Server guides/oi10/presentation_server/cmdline_property_system.txt Last modified: 2023/10/25 10:49by 127.0.0.1