RUN EXE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
MikeO (talk | contribs)
No edit summary
MikeO (talk | contribs)
No edit summary
Line 5: Line 5:


|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={{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={{add quotes}}
|param3=[<add quotes>]|param3_desc={{add quotes}}
|param4=[<wait for it to finish>]|param4_desc={{wait for it to finish}}
|param4=[<wait for it to finish>]|param4_desc={{wait for it to finish}}

Revision as of 17:20, 16 August 2010

Up

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>]
Template:Add quotes
[<wait for it to finish>]
1 to wait if you need the information, or
0 if you dont need to wait.

Example

RUN_EXE
For an example macro see Get_Op_Tool_Path Run_Post