View Single Post
Old Mar 28th, 2008, 7:13 PM   #4
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 894
Rep Power: 4 The Dark is on a distinguished road
Re: [Batch] Setting up Visual Studio build script

You have to use the "call" command, otherwise the other batch file runs instead of your own (think goto, rather than function call).
call "%VS90COMNTOOLS%vcvars32.bat"
The Dark is offline   Reply With Quote