RUN EXE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
|param1=<exe filename>|param1_desc=Name of EXE to run | |param1=<exe filename>|param1_desc=Name of EXE to run | ||
|param2=[<text to pass to exe>]|param2_desc=Command line text to pass to EXE | |param2=[<text to pass to exe>]|param2_desc=Command line text to pass to EXE | ||
|param3=[<add quotes>]|param3_desc= | |param3=[<add quotes>]|param3_desc=Option to add quotes around the text. 1 to to add quotes | ||
|param4=[<wait for it to finish>]|param4_desc= | |param4=[<wait for it to finish>]|param4_desc=Set to 1 to wait until the EXE finished before continuing with the macro | ||
}} | }} | ||
Revision as of 17:22, 16 August 2010
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