Re: Renaming File Extensions in Bulk
JM Casey
Hmm...I wouldn't bother making that particular change if I were you, but assuming you ahve good reason to do it, I would use command line.
toggle quoted message
Show quoted text
The command "ren" will rename files. You can use wildcares. Make sure you know the path of the drive/folder you want to affect and eitehr navigate there with the "cd" command or type it in with the ren command. For example Ren h:\documents\*.docx,*.doc That should accomplish what you want. But if you're trying to get documents to open on an old version of Word by changing the extension, this won't really work. -----Original Message-----
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of David Russell Sent: June 8, 2021 02:06 PM To: nvda@nvda.groups.io Subject: [nvda] Renaming File Extensions in Bulk Hello NVDA, What is the smoothest way to rename file extensions on a USB drive? I wish to have all of them appear as 'doc' files and not 'docx' files. Can this be accomplished in WordPad or in Jarte? Thanks in advance for your help. -- David C. Russell, Author |
|