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 need to make a batch file to back up a bunch of drawings on a daily basis. The only thing is my boss would like to take the files from the subsequent file hierarchies and put them into one folder, ...