ren uppercase to lowercase

  • Thread starter Thread starter Québec
  • Start date Start date
Q

Québec

Hi, ha,

I dont believe this can be done but ... I have been amazed before. By chance
I found a way to rename some of them from .itm.txt to .itm with
ren *.itm.txt *..

Here I am stucked.
I want to rename the files in a folder from uppercase to lowercase.
For example:
CONIO.h to conio.h to please a new compiler.

Jean
 
Québec said:
Hi, ha,

I dont believe this can be done but ... I have been amazed before. By chance
I found a way to rename some of them from .itm.txt to .itm with
ren *.itm.txt *..

Here I am stucked.
I want to rename the files in a folder from uppercase to lowercase.
For example:
CONIO.h to conio.h to please a new compiler.

Jean

FILECASE.EXE (free) in the "Win32 Console ToolBox 1.0 for Windows"
Usage: filecase [/s] [/h] [/p] [/q] [/d] [/l | /u] filespec ...
/s Process subdirectories.
/h Process hidden/system files/directories.
/p Prompt for each file/directory to be renamed (Yes/No/All/Quit).
/q Quiet mode; Only display errors.
/d Rename directory names as well as file names.
/l Convert names to lowercase (default).
/u Convert names to uppercase.

<http://www.stevemiller.net/apps/>

HTH
 
ha ha hargh ..I dont beleive it... :-0

Yep, this is an amazing group.
Know I will have more time for tuff tings haha

Jean
 
Back
Top