Quote Originally Posted by Skizmo View Post
Are you sure you can copy it from server to server ?
I think you can but you have to use shares like
Code:
system("xcopy \\\\server1\\C$\\abc C:\\test /e/v/s/f/q");
to copy from server1 to a local directory
Kurt