How can I rename a VB6 executable?
Posted
by parsley72
on Stack Overflow
See other posts from Stack Overflow
or by parsley72
Published on 2010-03-16T05:01:20Z
Indexed on
2010/03/16
5:06 UTC
Read the original article
Hit count: 370
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 it stops working (doesn't seem to run). VB6 doesn't seem to have a command line option to set the executable name and I can't get round this problem with renaming.
I'm using VB6 on Win7 32-bit.
© Stack Overflow or respective owner