News

Hi all,Just got my hands on Robocopy and am enjoying it. However, I am interested in the ways that other poeple are using it. Presently I am mainly using it to copy a folder and subfolders to a ...
I'm using robocopy to back up a few workstations. I've got a batch file for each one, something like this:rem NAME: bak_sys1.cmdrobocopy source1 target1robocopy source2 target2robocopy source3 ...