|
-
January 13th, 2000, 05:20 AM
#1
Building a project from the command line
I'm building a VB project from the command line using:
VB6 /makedll ........
It's working, but gives me no errorlevel or any other indication of success. When the process fails, it opens a messagebox, which does not suit my quiet batch.
Is it possible to quitely build a VB project from a batch file, and get a success/fail indication eventually?
-
January 13th, 2000, 05:41 AM
#2
Re: Building a project from the command line
Typing VB6.EXE /? from the command line shows that you can specify a '/out filename' and '/outdir path' parameter to capture any failures from the command line build - I've never used it though.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|