Hiya All,
I have a script that works perfectly on XP
Well, I need to get it to work on Vista too
Basically, it copies the contents of one folder to another
Sounds simple enough; but......
Option Explicit
Const OverWriteFiles = True
Dim oFSO,objWMI,strUserName,wshNetwork,wshShell
Set oFSO =...