When I press ctrl + F5 or F5 in VC++ I need to first execute a script that setups the environment such as cmd variables etc and then execute my C++ application.
Is is possible to execute such bat file before execution/debugging, not before/after compilation/linkiage.