Good Afternoon All,
I’ve got a small programe that adds line numbers to VB projects. It also copies the modifed files to another directory and marks them read only.
I want to be able to compile the resulting project to an exe file. I know that I need a command something like…
vb6 /runexit /make myapp.vbp
But how do I call that from within VB. I could use shell but that will be very obvious. Is there a better way?