RUN EXE
From Macros Wiki
Command
- RUN_EXE <exe filename>, [<text to pass to exe>], [<add quotes>], [<wait for it to finish>]
Parameters
- <exe filename>
- Name of EXE to run
- [<text to pass to exe>]
- Command line text to pass to EXE
- [<add quotes>]
- Option to add quotes around the text. 1 to to add quotes
- [<wait for it to finish>]
- Set to 1 to wait until the EXE finished before continuing with the macro
Example
- RUN_EXE
- For an example macro see Get_Op_Tool_Path Run_Post