it's ok for me to run below script on win XP, but on win 7x64 occur below error
line: 25
char: 31
error: the system can not find the file specified
code: 80070002
source: (null)
any one can help?
script as below:
Dim WshShell, objXL, file
Dim currpath, filename, filexls, filebat
Set...