====== AUTOEXEC property (System) ====== ==== Description ==== Specifies if the “/AE” Autoexec switch was set when the application was started. ==== Property Value ==== This property is a Boolean value. If the PS was started with the “/AE” command line switch set to 1, or the “autoExec” setting in the RXI file set to 1, this property returns TRUE$, otherwise it returns FALSE$. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get|No|No|No| ==== Remarks ==== N/A ==== Example ==== IsAutoExec = Get_Property( "SYSTEM", "AUTOEXEC" ) ==== See Also ==== Starting the Presentation Server.