Hi,
I've created a post-build action in my project.
If I compile the project in LabWindows/CVI environment than everything is ok, project compiles and post-build action executes.
But if I start compilation from a command in a batch file stange thing happens:
the project compiles as it should but post-build action is not executed.
(the post-build action copies project's output to onother directory)
Does anyone know how to make compiler execute a post-build action when it started from a command in a batch file?