I am having a pdf storage folder on network in which all users used to store their all files for sharing each other . Now I need to copy all those files from that folder to another folder which is on same network but on different server.
views:
270answers:
4
+1
A:
Use xcopy and pass in the UNC path of the source and destination. For help on xcopy, run:
xcopy /?
ck
2009-06-15 07:25:35