Thanx :-)

What I did was use the DIR /s /b command and pipe it to the FIND "char" command and search for characters that SharePoint Server dislikes. That output was then redirected to a TXT file. My KiXtart script would then parse the .TXT file, line by line, and perform a rename. I looped through all possible characters that SharePoint Server dislikes. I ran the script and walked away.

BTW: I am no phan of SharePoint.