SaveOptions

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > Options >

SaveOptions

available from build: 20071008

Description

Saves in the global DBWAPP.PAR file the current values of all the options of DBWorks. This can be called to permanently modify some options in a programmatical way.

Syntax

call DBWShell("SaveOptions [OptionsFilePath ]")

Parameters

OptionsFilePath

Optional. The complete file path to save options values in.

See also

LoadOptions command

Readable and writeable options

Categorized options list

Example

DBWSetOption "COMPANY_ID", "MechWorks"

DBWSetOption "SHOW_CURRENT_PROJECT_DOCUMENTS_ONLY", "1"
...
DBWShell("SaveOptions")