1
vote
1answer
139 views

Robocopy won't copy from root folder

I'm having trouble with robocopy. It won't copy from "X:\files\". It just kills the batch file without writing anything to log, but it WILL copy from "X:\files\other files". Where "other files" is ...
0
votes
3answers
2k views

How to use robocopy to move Users folder from partition c to d on Windows 7?

I just tried to copy my Users folder from partition C to partition D using the method mentioned in this post. Unfortunately I encountered two problems: When using the command robocopy c:\Users ...
0
votes
1answer
178 views

Bulk file copy while limiting disk utilization?

I saw that Robocopy can limit network bandwidth in this answer How do you limit the bandwidth for a file copy? I have plenty of bandwidth on the LAN, but I don't want to saturate the disk on the ...
2
votes
1answer
260 views

Copying File into hidden folder

I'm attempting to copy a URL link for our companies library system onto all users workstation desktops. I've tried creating a shortcut via Group policy: User Configuration > Preferences > Windows ...
8
votes
4answers
8k views

The Job and Monitoring Options of RoboCopy

What does the Job Options of RoboCopy do? And what exactly does the /MON and /MOT switches do? How can I use them? I don't understand them, and can't find any examples on how to use them. ...
1
vote
3answers
5k views

Why does RoboCopy create a hidden system folder?

I thought I would try out RoboCopy for mirroring the contents of a folder to another harddrive. And seems like it worked. But, for some reason, to see the destination folder I have to both enable Show ...