#1
|
|||
|
|||
How do I assign the output of command to a macro
I am executing git describe with the following command-line options.
--match v_* this outputs the value i want, but i can't figure out how to assign that value to a Macro, I need to parse that output in a VBScript task. Thanks |
#2
|
|||
|
|||
See the vbld_StepDone script event and LASTSTEP_OUTPUT system macro.
http://www.kinook.com/VisBuildPro/Ma...riptevents.htm http://www.kinook.com/VisBuildPro/Ma...stemmacros.htm |
#3
|
|||
|
|||
Thanks for the prompt reply. The LASTSTEP_OUTPUT is what i need here.
|
|
|