How to execute a program using MSBuild?
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-03-20T07:09:09Z
Indexed on
2010/03/20
7:11 UTC
Read the original article
Hit count: 372
Hello,
My main problem is the lack of documentation for the Post/Pre-Build in Delphi 2009.The goal is to execute another program on the Pre-build event of my project.
Example I tried this,but it fails: Exec "E:\somepath\some.exe".
Where is the problem,how do I execute another executable on Pre-Build using MSBuild?
© Stack Overflow or respective owner