Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compiling VB from command line

Status
Not open for further replies.

sodakotahusker

Programmer
Joined
Mar 15, 2001
Messages
601
I am assuming there has to be a way to do this? Does anyone know a command that will do this. I have 50 projects to compile and I figured I'd automate the process along with a search/replace to make some global changes before compiling.
 
The easiest way is:
vb6.exe /make projectfile.vbp
You may need to explicitly specify where the vb6.exe is located.

info@mirtheil.com
Custom VB and Btrieve development.
Certified Pervasive Developer
Certified Pervasive Technician
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top