The External Software tab configures DWebPro to run a software application upon startup.
The External Software tab
The fields in http.ini specific to the
External Software section are shown below. The [ShellExec0] section is the first one of n sections for
the automatic execution of external applications. The numbering of
these sessions starts from 0 and must be sequential
at intervals of 1 (no exceptions).
[ShellExec0] Path= Params= DefaultDir= ShowModal=HIDE
StartOn=0 Wait=0 ExecAndWait=0
Path
Path
Path specifies the path and filename
of the application to be launched. Refer to the DWebPro Internal Constants topic for additional information
on paths.
Accepted values: string
Params
Params
Params specifies the parameters assigned
to the application's executable file.
Accepted values: string
Default Directory
DefaultDir
Default Directory specifies the default
directory of the application.
Accepted values: string
Show Modal
ShowModal
Show Modal specifies the viewing mode
of the application when it is launched.
Accepted values: HIDE, MAXIMIZE, MINIMIZE,
NORMAL
Start On
StartOn
Start On specifies the event upon which
to start execution of the application. Valid values are: Startup (0), Shutdown (1), or Both (2).
Accepted values: 0, 1, 2
Wait
Wait
Wait specifies the duration of time,
in seconds, to wait before continuing the program's execution.
This value is saved in milliseconds but displays in seconds.
Accepted values: integer
Exec and Wait
ExecAndWait
Exec and Wait specifies whether it is
necessary to wait until the end of the currently running program before
continuing the program's execution.
Accepted values: 0, 1

