Apr 1, 2004 #1 Stonkers Programmer Oct 14, 2003 16 US What do you use for Build Automation? Ant? Any examples? Thanks, Eric
Apr 1, 2004 #2 chiph Programmer Jun 9, 1999 9,878 US We use Visual Builder, but you can also run the IDE in command-line mode. Code: C:\Program Files\Microsoft Visual Studio\VB98>VB6 /? will get you the options that it supports, one of which is "/m", to do a make. Chip H. If you want to get the best response to a question, please check out FAQ222-2244 first Upvote 0 Downvote
We use Visual Builder, but you can also run the IDE in command-line mode. Code: C:\Program Files\Microsoft Visual Studio\VB98>VB6 /? will get you the options that it supports, one of which is "/m", to do a make. Chip H. If you want to get the best response to a question, please check out FAQ222-2244 first