The LaunchExe command enables you to launch a program. You may use it to launch Word or any other application.
When selecting the Launch a Program... menu item, the following dialog
will help you specify the Launch command parameters:
filename |
Specify the filename of the executable to launch. |
commandLine |
Specify a command line. It is optional. |
waitForTermination |
Indicates if the command should wait for the launched program's termination. |
The following command will launch Notepad for example:
The following command launches the Textware home web page using Firefox:
The following glossary entry gives an example where the LaunchExe command will wait for the program termination:
It has three steps:
In this entry it is essential to wait for the launched program's termination in order to be sure that it has completed its execution, before the Paste command is processed.