How can I rename a VB6 executable?
- by parsley72
I'm trying to automate a VB6 build where different apps are built from the same source by:
1. Changing "Conditional Compilation Arguments".
2. "Make Project" to a different executable name.
I can do part of this on the command line:
VB6.EXE /m Project.VBP /d BUILD_OTHER_APP=1
but the executable still has the name "Project.exe". If I rename the .EXE…