OK, I thought I'd take another stab at this. I have a script that is supposed to scan a filesystem and generate a list of files that meet certain criteria. The script works flawlessly for everything it is intended to, except when it encounters Japanese characters. Some of the directories in this filesystem have Japanese names, and every time I get to one the script bombs out with:
(129, 10) Microsoft VBScript runtime error: Invalid procedure call or argument
This is the line where the script tries to write the name of the directory (which is in Japanese) to an output file. There has to be some way to work around this, but I can't find it. Installing Japanese support on the PC and server makes no difference, the error still occurs.
Does anyone out there know of a way of handling Japanese in VBScript?
(129, 10) Microsoft VBScript runtime error: Invalid procedure call or argument
This is the line where the script tries to write the name of the directory (which is in Japanese) to an output file. There has to be some way to work around this, but I can't find it. Installing Japanese support on the PC and server makes no difference, the error still occurs.
Does anyone out there know of a way of handling Japanese in VBScript?