Changing file extension to .exe

Associate
Joined
20 Nov 2004
Posts
1,647
Location
UK
Hi all

I have something which has a funny file extension, which this it doesnt open etc.

To get it to work i ws simply told to change the file extension to .exe and then it would work, but how do i do this? :)
 
Right click on the file, select "rename" from the menu, go and delete the old extension, and replace it with .exe.

Or like xtreme.BIN says, you might need to turn the hide file extensions off. If you need more help with that bittie just ask.


Oh, if you want to then put the file in a directory by itself, create a batch file, enter the following
"ren *.* *.exe"
And run it.
Job done ;)
 
Pyrosoft said:
Oh, if you want to then put the file in a directory by itself, create a batch file, enter the following
"ren *.* *.exe"
And run it.
Job done ;)
How does that put the file in a directory by itself?! Looks to me like that renames everything to .exe :confused:
 
rich_g85 said:
How does that put the file in a directory by itself?! Looks to me like that renames everything to .exe :confused:
It does, but like I was saying, if Xplo puts it in a directory himself (cut/paste) then creates/runs the batch file, then it will rename it to .exe, then he can move it back to wherever it belongs.
Just stops everything else from being renamed if it's by itself.
You could easily create the batch file to do that file specifically, but as I dont know what it's called then that's as good as i can do.
It just saves having to change the make file extensions visible option.
 
Pyrosoft said:
Oh, if you want to THEN put the file in a directory by itself, create a batch file, enter the following
My bad - I read your sentence without the word 'then' for some reason and got the wrong end of the stick. Try it - you'll see where I'm coming from.

Now I understand what you meant, that's a perfectly valid way of doing it!

Sorry :(
 
Now that I read it again....punctuation might have helped.... :eek:
My fault, either way it's not the best solution to the problem, but it would do the job :)
It's cool anyway.
 
Back
Top Bottom