|
Question : how to use robocopy
|
|
Hi;
I'm new to ROBOCOPY and trying to use it.Is there any place where I need to run it from .I'm on the W2k server.On the command line,where am I suppose to be .I'm trying to copy files from one server to another .The path is
ROBOCOPY \\sourceserver\share\path \\destinationserver\share\path
But the robocopy is not recognized.Why is it?I've installed the Win resource kit.I've run it from C:\ and from C:\Doc and Sett.\Users\me but didn't work Any help would be helpful. Thanks
|
Answer : how to use robocopy
|
|
your robocopy application is supposed to be in the system path.. if it's not, it wont recognize it.. to set up the path,
From the desktop, right click My Computer and click properties. In the System Properties window, click on the Advanced tab. In the Advanced section, click the Environment Variables button. Finally, in the Environment Variables window, highlight the path variable in the Systems Variable section and click edit. Add or modify the path lines with the paths you wish the computer to access.
|
|
|
|