|
The script doesnt work at all "as is". Problem 1: the File SCripting Object is created as objFSO but reffered to as FSO. Correct the reference to objFSO Problem 2: You dont see the error because of the first statement "On Error Resume Next" - bad implementation of error handling Problem 3: set Array() = Nothing, should be -> Erase Array