Click to See Complete Forum and Search --> : Command line Utility to compile and link a Visual Basic project


hirdaypal
October 4th, 2000, 03:23 AM
I want to know that is there any command line utility available which allows the user to compile and link a VB project into executable, like we have nmake in VC++. If not what is the other way of compiling the VB project through command line

Sjaak
October 4th, 2000, 09:49 AM
Try this on a command line:
vb6 /?

and it shows you what your options are!