Start options take the form "/XXX", where XXX stands for the relevant option. They are separated by spaces, and are not case sensitive. The following start options are supported:
/nologo supresses the splash screen at startup
/noaddins do not load any AddIns
/minui minimal user interface: no tool windows,
no toolbars, no statusbar
/multiple allow multiple application instances,
(overrides the corresponding setting)
/keepsettings do not save Configuration on exit
/usersettings use Configuration on a per-user basis
/profile:<name> use a special Configuration profile
/oldmenus do not use iconed, owner-drawn menus
/prestart only prestart the application, that is,
do not show the main form until the app
is started a second time (useful for
AutoStart menu, the "Allow multiple
instances" setting must be unchecked)
Note: Command line arguments not starting with a "/" are not considered start options - they are instead treated like ordinary commands (most notably file paths, but also any other command, like action calls, script invocations, code or editing statements).
See Also: Setting Up WebEdit | Configuration