change case of filename

  • Thread starter Thread starter John
  • Start date Start date
J

John

Does XP and/or 2000 have a way of changing case of a bunch of filenames, at
cmd prompt? e.g. this to THIS and that.dat to THAT.DAT

Thanks
 
In said:
Does XP and/or 2000 have a way of changing case of a bunch of
filenames, at cmd prompt? e.g. this to THIS and that.dat to
THAT.DAT

It might be doable in batch, but I suggest
filecase.exe
free util. Part of "Win32 Console ToolBox 1.0"
http://stevemiller.net/apps/

may be the easist solution.
 
ren file.ext FILE.EXT

That works fine on my machine (XP Pro SP1)

Ray at home
 
In microsoft.public.win2000.cmdprompt.admin Torgeir Bakken (MVP)
wrote:
Works fine for me in Win2k as well :-)

It may be that since the GUI Explorer will not (W2K anyway) some assume
that REN will not as well...
 
Mark V said:
It may be that since the GUI Explorer will not (W2K anyway) some assume
that REN will not as well...

The GUI allows me to rename and just change case on a W2K SP3 Server. But
who cares about the GUI? ;]

Ray at work
 
Mark V said:
It may be that since the GUI Explorer will not (W2K anyway) some
assume that REN will not as well...

The GUI allows me to rename and just change case on a W2K SP3
Server. But who cares about the GUI? ;]

LOL!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top