Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Mass file conversion
Index -> General Discussion
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
StarGateSG-1




PostPosted: 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
Sponsor
sponsor
GlobeTrotter




PostPosted: Fri Apr 28, 2006 2:24 pm   Post subject: (No subject)

I use Rename It 3.0

I believe it was free.
[Gandalf]




PostPosted: 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




PostPosted: 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.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
wtd




PostPosted: Fri Apr 28, 2006 4:49 pm   Post subject: (No subject)

Yay for high-level languages with decent support for basic filesystem operations!
md




PostPosted: 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




PostPosted: 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




PostPosted: 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
Sponsor
sponsor
wtd




PostPosted: 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




PostPosted: 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




PostPosted: 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?
Display posts from previous:   
   Index -> General Discussion
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 11 Posts ]
Jump to:   


Style:  
Search: