Post Build Event is called before the builds completes RAD studio XE4

341 Views Asked by At

I am new to RAD studio XE4 IDE, I just wanted to run a vbs file after the build by using post build event command field in project options.

The problem is, the vb script file is executing every time a file is compiled in project although the expected behavior is it should be called after the complete build of whole project. although the same was working fine in Embarcadero RAD studio 2010

following is the command i put in post build event command field:

cscript _zApply.vbs $(OUTPUTFILENAME)

In Embarcadero RAD studio 2010 i used this command in same field (it is working fine while the above one failed):

cscript _zApply.vbs Example.exe
0

There are 0 best solutions below