I have another WMI question. How do you use the WMI to copy a file from a remote server to a local PC? I have the following code, which does not generate any errors yet it does not copy the file either. Someone please help!!
Dim objWMI, objLocator, objWMIFiles, objWMIFile
Dim...