Propagate Files Across Selected Folders.
Posted: 15 Oct 2010 02:34
I needed to spread a file for a set of folders.
Came up with this:
But this left me wondering: wouldn't be cool if we could have a way to do that say,
select target folders;
go to the opposite pane and select file(s)/folder(s) to propagate;
use the function to propagate (copy/move/backup) selection on target folders at the (now) opposite/inactive pane?
EDIT: At the end I did almost the old style: opening each target folder by hand and activating CKS'ed script. Of course there was some gain, but could be a bit better/automated.
Came up with this:
Code: Select all
Focus("PI");
#807;
Focus("PI");
select target folders;
go to the opposite pane and select file(s)/folder(s) to propagate;
use the function to propagate (copy/move/backup) selection on target folders at the (now) opposite/inactive pane?
EDIT: At the end I did almost the old style: opening each target folder by hand and activating CKS'ed script. Of course there was some gain, but could be a bit better/automated.