Hello gurus,
Is it possible to create EXE file through DOS prompt?
Regards,
ShivaKumar G.M.
Printable View
Hello gurus,
Is it possible to create EXE file through DOS prompt?
Regards,
ShivaKumar G.M.
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.
Hello,
I want to Create a EXE file from the DOS prompt.
Regards,
Shivakumar G.M.
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.