How to change filenames?

General questions about using WildEdit

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
higgledy
Posts: 2
Joined: Mon Mar 14, 2005 5:50 pm

How to change filenames?

Post by higgledy »

I want to change all file names in the same directory. Can I do this with WildEdit? If so, how can I change all filenames with uppercase characters to lowercase? Can someone please give me an example?

thanks, Phil
User avatar
s_reynisson
Posts: 939
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

You can not rename files using WE, you could try one of the many freeware file-renamers here.
Then I open up and see
the person fumbling here is me
a different way to be
higgledy
Posts: 2
Joined: Mon Mar 14, 2005 5:50 pm

Post by higgledy »

Thanks!
User avatar
talleyrand
Posts: 624
Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:

Post by talleyrand »

An alternative suggestions is to simply do something like drop to a DOS window, dir /b > fileNameFix.bat

That file (fileNameFix.bat) would look like
databases.tex
establishingFtpW2k.tex
fortisOutput.tex
fortisSampleReport.tex
homework2.tex
itNotes.tex
sampleElvish.tex
simpleSearch.tex

Then write a macro to make it copy the current word, prepend "move " to the line, append the clipboard contents and then apply an uppercase to it (perhaps skipping the file extension). Apply to all lines, inspect it and then run the batch file.

move databases.tex DATABASES.tex
move establishingFtpW2k.tex ESTABLISHINGFTPW2K.tex
move fortisOutput.tex FORTISOUTPUT.tex
move fortisSampleReport.tex FORTISSAMPLEREPORT.tex
move homework2.tex HOMEWORK2.tex
move itNotes.tex ITNOTES.tex
move sampleElvish.tex SAMPLEELVISH.tex
move simpleSearch.tex SIMPLESEARCH.tex
I choose to fight with a sack of angry cats.
Post Reply