News

Hi all,<BR><BR>Just got my hands on Robocopy and am enjoying it. However, I am interested in the ways that other poeple are using it. <BR><BR>Presently I am mainly using it to copy a folder and ...
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 ...