RunProgram

Top  Previous  Next

RunProgram "..." /parameter="..." /wait

 

Starts an external program with the specified command line parameters.

 

If the parameter /wait is defined, then the script is paused until the external program has finished.

 

The variables {programdir} and {bookmarkdir} can be used for the specified program and 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"