It's fast, scriptable, and already on your machine.
You're probably aware that most files have an extension such as TXT or EXE after the file name, even though these are not always displayed in Windows. File extensions are how Windows knows what to do ...
I'm using robocopy to back up a few workstations. I've got a batch file for each one, something like this:<BR><BR><code>rem NAME: bak_sys1.cmd<BR><BR>robocopy source1 target1<BR>robocopy source2 ...
I have about 600GB of data to copy from one server to another. Normally, I'd use ROBOCOPY for this so I can skip copying files which are identical between both systems. In this case, however, I need ...