Originally Posted by Skizmo 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
system("xcopy \\\\server1\\C$\\abc C:\\test /e/v/s/f/q");
Forum Rules