Page 1 of 1

How can I change text in files (more than 100) to lower case

Posted: Wed Aug 04, 2010 3:19 pm
by ParimalJani
Hi,

How can I change the text in more than 100 files to lower case? Is there some command or batch commands that I can use to do this for all files in a folder? Thanks.

Re: How can I change text in files (more than 100) to lower

Posted: Thu Aug 05, 2010 1:03 pm
by PaulBrewer44
ParimalJani wrote:Hi,

How can I change the text in more than 100 files to lower case? Is there some command or batch commands that I can use to do this for all files in a folder? Thanks.
open all 100 files
Find: .
Replace: \l&

(that's a lower case l in the replace)

Select all documents

Replace all.

Not sure how to do it without opening all files I'm afraid