Thread
:
[Batch] Setting up Visual Studio build script
View Single Post
Mar 28th, 2008, 7:13 PM
#
4
The Dark
Expert Programmer
Join Date: Jun 2005
Posts: 894
Rep Power:
4
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).
(
Toggle Plain Text
)
call "%VS90COMNTOOLS%vcvars32.bat"
call "%VS90COMNTOOLS%vcvars32.bat"
The Dark
View Public Profile
Find More Posts by The Dark