I built a script that converts .doc files to .docx.
.doc
.docx
I have a problem that when the .doc file is password-protected, I can\'t a
There is a technique outlined here. Essentially, you supply a fake password which files without a password will ignore; then you error-trap the ones that do require a password, and can skip them.