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
How to change filenames?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
- s_reynisson
- Posts: 939
- Joined: Tue May 06, 2003 1:59 pm
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
the person fumbling here is me
a different way to be
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
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
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.