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. ====== 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 ==== <code> IsAutoExec = Get_Property( "SYSTEM", "AUTOEXEC" ) </code> ==== See Also ==== Starting the Presentation Server. guides/oi10/presentation_server/autoexec_property_system.txt Last modified: 2023/10/25 10:49by 127.0.0.1