I need to distribute the contents of a directory on our application server to all the PCs in our network. I have tried writing a script to copy from location A to location B for each computer, but found that using CopyFolder and CopyFile it goes consecutively not in "parallel"(for lack of a better word). So for a 4 hour transfer over the WAN per computer it would take forever.
Is there a way in VBScript to copy the contents of a folder from one computer to multiple computers at the same time?
Do I need to be looking into a third party application?
I could use ghost, but we have not rolled out the new version yet and doing it with the old version would be cumbersome.
Thanks in advance.
Roger
Is there a way in VBScript to copy the contents of a folder from one computer to multiple computers at the same time?
Do I need to be looking into a third party application?
I could use ghost, but we have not rolled out the new version yet and doing it with the old version would be cumbersome.
Thanks in advance.
Roger