2
votes

I've tons of files in a folder with extension .docx and .doc which I need to convert to rtf because the software I'll use afterwards can better handle rtf files. In a Mac OS terminal, I would do this:

textutil -convert rtf ~/Desktop/Files2Convert/*.docx

Is there any similar approach under Windows OS?

1
Windows don't have a pre installed converter to handle the job for you. But I found this helpful [thewindowsclub.com/…. It also support windows command line. - claudios
Office usually provides a batch file converter, although I've never used it. You might try asking in the IT Pro forum on TechNet where you'll find people who use that kind of thing. This isn't really a programming question... - Cindy Meister
This might be of interest. stackoverflow.com/questions/18511559/… - lit

1 Answers

0
votes

tl;dr - Advanced Renamer is free and phenomenal.

I haven't tried in Cygwin or command prompt for file conversion on Windows yet but I've been using Advanced Renamer for many years now and have been very happy. In fact, next paycheck I think I'll buy a personal license because it's been so great and I'm happy to support it since it's saved me tons of time and effort. It does have a file limit cap (I think 10,000, but I'd have to double check) for each operation, but that's pretty high and I rarely need that many. Also, you could just run it several times on larger groups broken into subsets.

It has a pretty straightforward interface and is a very very powerful tool.