
-----------------------------------
StarGateSG-1
Fri Apr 28, 2006 1:04 pm

Mass file conversion
-----------------------------------
Hello,

Were can I get a program that can convert file exensions all at once and not by hand?

Thank you

-----------------------------------
GlobeTrotter
Fri Apr 28, 2006 2:24 pm


-----------------------------------
I use Rename It 3.0

I believe it was free.

-----------------------------------
[Gandalf]
Fri Apr 28, 2006 2:25 pm


-----------------------------------
Why don't you create a program to do it for you?  It's far from impossible...  Or you could try searching for programs other people made to do similar tasks and use those.

-----------------------------------
Tony
Fri Apr 28, 2006 4:31 pm


-----------------------------------
yey for 
You can easily automate tasks such as renaming a large group of files, resizing dozens of images to fit an iPhoto slideshow or creating iCal birthday events using Address Book contacts, then repeat those tasks again and again. Simple and easy-to-understand application Actions are the building blocks, so you don't have to write any code.

-----------------------------------
wtd
Fri Apr 28, 2006 4:49 pm


-----------------------------------
Yay for high-level languages with decent support for basic filesystem operations!

-----------------------------------
md
Fri Apr 28, 2006 8:56 pm


-----------------------------------
changing the file extension isn't nessessarily what you want to do... if you want to convert from one format to another there's more to it then file extensions.

-----------------------------------
JackTruong
Fri Apr 28, 2006 11:58 pm


-----------------------------------
Use the command line if you want to convert extensions of files.

rename *.[old] *.[new]

-----------------------------------
md
Sat Apr 29, 2006 6:58 am


-----------------------------------
/me yells out again

CHANGING THE FILE EXTENSION DOES NOT CHANGE THE FILE FORMAT.

depending on what your trying to convert to/from there are many apps out there. But without knowing what your doing I can't really help more.

-----------------------------------
wtd
Sat Apr 29, 2006 12:47 pm


-----------------------------------
For limited needs it can be useful, though.  Consider the case of a C++ project filled with .C files.  Let's say you want to change this to .cpp.  Here you wouldn't need to change the format at all.

-----------------------------------
md
Sat Apr 29, 2006 1:43 pm


-----------------------------------
Ok, yes there are some circumstances; but in most cases like that you don't *really* need to change the filename at all.

-----------------------------------
Andy
Sat Apr 29, 2006 6:05 pm


-----------------------------------
why not just associate that certain type with the program you would like to open it with?
