I need to know if there is a way to compile & make vb project without using the ui (i.e from the command line like using NMAKE for Visual C++ projects).
Printable View
I need to know if there is a way to compile & make vb project without using the ui (i.e from the command line like using NMAKE for Visual C++ projects).
If you go into your VB 'home' directory (something like \program files\microsoft visual studio\vb98), you can use the vb6.exe program from the command line using :
/run
/runexit
/make or /m projectname
/out filename
/outdir path
/d
/cmd
/mdi or /sdi
- and a couple of others.
Run vb6.exe /? for more information.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb