Hi all,

I have created a batch file to build a set of VC++ projects. Presently, if any one project fails to build, next command is executed (that is next project is build). I want to add a check in the batch file which stops its execution if any of the projects doesn't get built successfully. I am using msdev.exe command to build the projects. One idea was that i should check the return value of msdev.exe but how to do that?? Is ther any other option to do the same.
Please help.

Thanks in advance,
Meena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.