how do I change file extension?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

received a file with extension .xxx - want to change to .exe. feeling stupid
- can't figure out how to change it. forgot all my DOS from the '80's

Help very much appreciated

Thanks
 
bigneel said:
received a file with extension .xxx - want to change to .exe. feeling
stupid
- can't figure out how to change it. forgot all my DOS from the '80's

Help very much appreciated

Thanks

Ah - doing it using DOS rather than pointy-clicky-fallee-over.

ren "filename.xxx" "filename.exe"

if the filenames follow sense and contain only alphanumerics, the quotes are
redundant but harmless . They are required if the filename contains spaces
or some other symbols. The filename may be preceded by a pathname if
required in the first argument only - the second argument may not contain a
pathname.

ren can be replaced by RENAME if you really wish to be COBOLesque

HTH

....Bill
 
Right click on the file and select rename. Replace the XXX with exe.
However...unless you KNOW where the file came from and KNOW this file is not
going to hurt your computer, I'd be really cautious about renaming and
executing it.
--
***
NEVER download files from anywhere unless it is from the website of the
developer, manufacturer or some entity that you trust. Developer websites
ALWAYS have the most up to date files that haven't been tampered with by
some third party who is "hosting" (read Leeching or Stealing) those files
without permission. Never open email attachments from people you don't
know. It's called Safe Hex.
***
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top