> Folders doesn't contain similar numbers like "C5000 English" and "5000 Italian" or even the PDF files as it just search for the numbers.
and Also as Foxidrive said in his second post, using same algorithm will be impossible, The main problem is the Unicode Names, that's what making the problem.
Also there is no pattern when adding a letter before the numbers like C,
I might try to find a way for that but for sure you will need some one has experience in VBscripting or Powershell as foxidrive said
Edited:
This link can convert between ANSI and Unicode but it seams that encoding file to "UCS-2 Little Endian" is what make the file handle the Unicode names when stored in them "when save a notepad file as Unicode" and this method encode to "UCS-2 LE w/o BOM" "you can see the encoding by notepad++"
This Link has a methods to convert to the "UCS-2 Little Endian" the encoding that can handle the Unicode names in the files but it just doesn't work with me.