View Single Post
  #1  
Old 03-25-2003, 04:11 PM
Jim Warner Jim Warner is online now
Registered User
 
Join Date: 03-25-2003
Location: Monument, CO
Posts: 2
Question File driven build

I'd like to set up a build process that is driven by a file, containing a list of source files to be built. After digging around a bit, it looks like I'm going to have to write a VBScript to open the file and then iterate through the list of source files to build. For each file in the list, I'm thinking I need to call a visual build subroutine from the VBScript. Am I on the right track, or is there a simpler way to do this? Is it possible to call a visual build subroutine from VBScript? Is there any sample code around that does this kind of thing?

Thanks!

Jim Warner
Reply With Quote