I would like to search for all .doc files and all .pdf files whose filenames are the same. How ca
I have about 1,500 .doc files on my computer. I have printed many of them to PDF. I would like to print pdf files for all the .doc files that do not yet have pdf files.
To do this, I would like to list all .doc files and their pdf files regardless of whether they have pdf files or not. The file list should look like this:
<filename 1>.doc
<filename 1>.pdf
<filename 2>.doc (no pdf file)
<filename 3>.doc (no pdf file)
<filename 4>.doc
<filename 5>.pdf
...and so on.
How would I do that?
I have about 1,500 .doc files on my computer. I have printed many of them to PDF. I would like to print pdf files for all the .doc files that do not yet have pdf files.
To do this, I would like to list all .doc files and their pdf files regardless of whether they have pdf files or not. The file list should look like this:
<filename 1>.doc
<filename 1>.pdf
<filename 2>.doc (no pdf file)
<filename 3>.doc (no pdf file)
<filename 4>.doc
<filename 5>.pdf
...and so on.
How would I do that?
Statistics: Posted by skeezix — Fri Dec 06, 2024 8:27 pm