[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [ProgSoc] make files in directory all lower-case
To do this under win95/NT I have the following 4dos/4NT aliases set up :
TOL = `REN %1 %@nospam.LOWER[%1]`
ATOL = FOR %J IN (*) DO (TOL %J)
Tol does one file, atol does all of em..
Cya
Steve..
-----Original Message-----
From: jl Rodrigo del Busto [SMTP:rod@nospam.progsoc.uts.edu.au]
Sent: Tuesday, 16 June 1998 3:37p
To: The Programmers' Society
Subject: [ProgSoc] make files in directory all lower-case
People:
I need help, I need to know if there is any command that will
convert the filenames in a directory from a combination of Upwer and lower
case to all lower case, I am doing this manually using mv, and it is
taking to long.
I am transporting a web site from Win95 to unix, and it is a pain
to have all those links that are case sensitive....... I HATE W95,
MICROSOFT, ETC, etc.....!!!!
ie:
by using some command in a directory with the following files I want to
get from:
file1.HTM
File2.htm
FILE3.HTM
file4.Htm
to:
file1.htm
file2.htm
file3.htm
file4.htm
Thanks a lot for your help, I have RTM, and I can not find
anything.
regards
rod
--
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.
This list is archived at <http://www.progsoc.uts.edu.au/lists/progsoc/>
--
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.
This list is archived at <http://www.progsoc.uts.edu.au/lists/progsoc/>