Configure
This command places the current script into configuration mode.
When a script is in configuration mode, session variables
can be stored without the Store command. When the Update command is executed, configure mode stops, and the
values are updated.
For details of the menu options and variables available, see Script menu options.
Syntax
Configure
Synonyms
CF
Examples
The following example
is part of the MACIMP.WIS demonstration program.
Dialog RunImportFile
Configure
Account=""
File="WIN.PROGS"
Items="MACHINE.TYPES"
Fields="*"
DosFile="C:\WINTEG\MACTYPES.TXT"
Format="ASC"
Inform="0"
Timeout="5"
.
.
.
UpdateRelated Script Commands
Set, Store, Update