> To use it to make names lowercase, type:
> 
> ren 'y/A-Z/a-z/' [filename(s)]

And to make names uppercase (as you actually wanted!) try;

ren 'y/a-z/A-Z/' [filename(s)]

Regards,
--
Iain Wade - Optus Internet
Email: [EMAIL PROTECTED]


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to