Author |
Message |
StarGateSG-1
|
Posted: Fri Apr 28, 2006 1:04 pm Post subject: Mass file conversion |
|
|
Hello,
Were can I get a program that can convert file exensions all at once and not by hand?
Thank you |
|
|
|
|
|
Sponsor Sponsor
|
|
|
GlobeTrotter
|
Posted: Fri Apr 28, 2006 2:24 pm Post subject: (No subject) |
|
|
I use Rename It 3.0
I believe it was free. |
|
|
|
|
|
[Gandalf]
|
Posted: Fri Apr 28, 2006 2:25 pm Post subject: (No subject) |
|
|
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
|
Posted: Fri Apr 28, 2006 4:31 pm Post subject: (No subject) |
|
|
yey for OSX Automator
Quote:
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. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
wtd
|
Posted: Fri Apr 28, 2006 4:49 pm Post subject: (No subject) |
|
|
Yay for high-level languages with decent support for basic filesystem operations! |
|
|
|
|
|
md
|
Posted: Fri Apr 28, 2006 8:56 pm Post subject: (No subject) |
|
|
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
|
Posted: Fri Apr 28, 2006 11:58 pm Post subject: (No subject) |
|
|
Use the command line if you want to convert extensions of files.
rename *.[old] *.[new] |
|
|
|
|
|
md
|
Posted: Sat Apr 29, 2006 6:58 am Post subject: (No subject) |
|
|
/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. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
wtd
|
Posted: Sat Apr 29, 2006 12:47 pm Post subject: (No subject) |
|
|
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
|
Posted: Sat Apr 29, 2006 1:43 pm Post subject: (No subject) |
|
|
Ok, yes there are some circumstances; but in most cases like that you don't *really* need to change the filename at all. |
|
|
|
|
|
Andy
|
Posted: Sat Apr 29, 2006 6:05 pm Post subject: (No subject) |
|
|
why not just associate that certain type with the program you would like to open it with? |
|
|
|
|
|
|