Link to home
Start Free TrialLog in
Avatar of hari4130
hari4130

asked on

Customize "build" option in VS .NET

I want to be able to automatically run a "bat file" right after building the solution.

is there a way i can do that in VS .NET

thanks
ASKER CERTIFIED SOLUTION
Avatar of nonubik
nonubik

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jimwasson
jimwasson

You can specify a command line to execute in the Post-Build Event "Command Line" edit box. It's located in the Project's Configuration Properties in "Build Events".
Sorry nonubik, didn't mean to step on your post.
np, the time difference is reasonable.
I was just faster :o)
Avatar of hari4130

ASKER

Thanks for the solution. that worked.

If i want to prebuild another solution before building my current solution, can i still use the "pre-build event->command line" in my current project properties.

what would be the command line be like in that case
You can just include all the projects in one solution and establish some build order.