Am Mittwoch, den 22.11.2006, 18:23 +0100 schrieb Ralph Thaller: > Hi! > I have a big problem: i have an installer but the names of the folders > are in capital letters but not in die installert script. so i have to > rename all folders "ASDF" into "Asdf" and so on... > > can i do this with a script? > > thx > Ralph $ echo CaPsFuN | tr "[A-Z]" "[a-z]" capsfun