LoadOptions

<< Click to Display Table of Contents >>

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

LoadOptions

available from build: 20071008

Description

Loads from a file the options settings.

Syntax

call DBWShell("LoadOptions [OptionsFilePath ]")

Parameters

OptionsFilePath

Optional. The complete file path to load options values from.

Remarks

no system initialization is performed after a LoadOptions, so any Environment type option may not work as expected

See also

SaveOptions command

Readable and writeable options

Categorized options list

Example

DBWShell("LoadOptions C:\temp\mySettings.par")