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.
How can I change text in files (more than 100) to lower case
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 1
- Joined: Wed Aug 04, 2010 3:12 pm
- Location: United Kingdom
-
- Posts: 5
- Joined: Thu Jul 22, 2010 3:07 pm
Re: How can I change text in files (more than 100) to lower
open all 100 filesParimalJani 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.
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