RunProgram
RunProgram "..." /parameter="..." /wait
Starts an external program with the specified command line parameters.
If the parameter /wait is specified, the Script is paused until the external program has finished.
The variables {programdir} and {bookmarkdir} can be used for the specified program path and for the parameter /parameter. {programdir} is the installation directory of WebSite-Watcher. {bookmarkdir} is the directory of the currently opened Bookmark file (*.wsw). See also Predefined variables.
Example:
RunProgram "E:\tools\post-process.exe" /parameter="{bookmarkdir}report.htm"