Click to See Complete Forum and Search --> : EXE File


Shiv Kumar G.M.
October 17th, 2001, 02:38 AM
Hello gurus,

Is it possible to create EXE file through DOS prompt?

Regards,
ShivaKumar G.M.

ilynx
October 17th, 2001, 06:13 AM
did you mean compiling vb in dos prompt??? of course you can. type vb6 /? in the dos prompt and you'll see a bunch of other parameters. in compiling vb project to exe, just use the /make switch.

Shiv Kumar G.M.
October 17th, 2001, 06:20 AM
Hello,
I want to Create a EXE file from the DOS prompt.

Regards,
Shivakumar G.M.

Shiv Kumar G.M.
October 17th, 2001, 11:23 PM
Hello gurus,
I found the answer. That is
vb6/make path\ProjectName

or you can type vb6/? and get the help

Regards,
ShivKumar G.M.