ExecScript

<< Click to Display Table of Contents >>

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

ExecScript

Description

Executes the assigned script.

Syntax

call DBWShell("ExecScript ScriptName")

Parameters

ScriptName

the name of the script to execute.

Remarks

The script must be in the LST sub-directory of DBWorks and  of the type recognized by DBWorks.

See also

Script entry points and input parameters

Example

DBWShell("ExecScript myScript.vbs")