Can't think of a way to do this since the files are variable length names.
You could create different directories for file names wit different lenghts. for example the file you mentioned above would go in a directory for files of length 10.
After you get all the files seperated you could do this:
ren *.* ???????.*
that should do the trick, but the tedious part is moveing them to the correct directories.
|