Click to See Complete Forum and Search --> : VBScript Macro to include and Exlude Resource file from project


Danny L
April 21st, 1999, 06:09 PM
Hi,

I am programming a macro in VBScript in Visual C++ 6.0 running under NT4sp4.
I would like to do a batch compile of all my different language and program
versions. In total there are 8 executable files to build.

Building the different configurations in the project is no problem, but I
need to include/exclude the correct resource file that contains the correct
language for that build and make sure that each build has its own filename. I cannot find a command or Visual Studio Object
that would allow me to access that configuration information ???

I could copy and paste via the macro the different resource info to the same
file. This file is included so I don't have to actually switch, but I would
preffer to just change the configuration of the file in my VbScript.

Any ideas !!!!

Thanks
Danny