I'm doing batch compiling and need to specific the output directory.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
/run /runexit - Compile and then run it. Exit VB IDE when project returns to design mode. /make or /m projectname - compiles an makes exe using the existing settings in proj file /out filename /outdir path Specifies a directory path to place all output files in when using /make /d /cmd /mdi or /sdi
Run vb6.exe /? for more information. |
|||
|
|
A bit of Google work finds this page which suggests that such a list of options can be obtained by going to the directory containing vb6.exe in Command Prompt and running
|
|||||
|