I have recently been tasked with a project to convert a LARGE (1000+) amount of Word for Dos (Word 5.5) documents(.doc) that need to be converted / Saved As to a .rtf extension.
The documents are in a folder with sub folders that need to stay intact, so I will need to search to see what files are in folders then open and save as in the same folder format as they were found in but in a different location as a .rtf document.
I have been looking into how to best think of going about such a task, here is what I would like to archive:
Recursive Folder search to a CSV (defined by user or fixed folder location) Create folder structure (same level as folder search, E.g. Converted/folder/sub-folder) Open Files in Word for Dos 5.5 Save As .rtf Log of files converted ( as successful or as failed)