Tagged Questions
0
votes
1answer
116 views
Using RoboCopy on multiple destinations with monitor option
I am trying to copy a shared folder which its content (folders and files) are created by a third party app at no specified intervals.
I need to copy these files onto two different server shares.
The ...
1
vote
1answer
142 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 ...
2
votes
1answer
163 views
Robocopy uses relative path for Source and Destination paths
I'm trying to use RoboCopy in my TFS Build Template to copy some files, but for some reason it inserts "C:\Windows\system32" in front of my Source and Destination paths, even though I am passing in ...
2
votes
1answer
206 views
Robocopy copies folders but not files
I'm using robocopy on a Windows Server 2008 R2 SP2 machine with the following options:
robocopy W:\ E:\old_files\daten1\ /R:1 /W:1 /MIR /COPYALL /ZB /DCOPY:T /MT 50 /LOG:E:\old_files\copy_w.txt
...
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 ...
1
vote
2answers
1k views
RichCopy - Suppress Splash Screen and Run Quiet?
RichCopy looks to be a great tool with some features that RoboCopy lacks. I'm trying to use it to back up media on a Home Media Server project I'm working on so I need to be able to run it from ...