I have a storage folder on a network in which all users will store their active data on a server. Now that server is going to be replaced by a new one due to place problem s
Just to be clear, when you use xcopy /s c:\source d:\target, put "" around the c:\source and d:\target,otherwise you get error.
xcopy /s c:\source d:\target
ie if there are spaces in the path ie if you have:
"C:\Some Folder\*.txt"
but not required if you have:
C:\SomeFolder\*.txt