Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Funny Q - How do I change an Exe name

Status
Not open for further replies.

Trowser

IS-IT--Management
Dec 16, 2002
125
0
0
GB
I had a program/project named 1 thing IE - Program First

but I needed to change the name of the program and I did resaved the prject under a differant name etc.

IE Program Second

But when I compile or ask it to make an Exe it still produces

Program First.exe instead of Program Second.exe

prolly simple but it eludes me :)
 
You can change the .vbp (project file) name with File/Save As.

You can change the project name in Project Properties/General/Project name.

You can change the .exe name in the File/Make exe dialog
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
Just type another name into the textbox... :) eg. instead of ie.exe make it ie2.exe or "my new ie.exe"
 
ok stoopid seemed to own me yesterday.

Its so obvious its funny
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top