I've found a bunch of posts from people who want a fast way to move an item,
or a selected set of items, to another folder. The context menu options I've
found involve multiple steps (e.g., right-click > Move to > find the folder).
It would be great if you could provide a button that could be hard-wired to
move to a specific folder. (Of course, people could configure multiple buttons
for multiple folders.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you can do 2 things:
1) Place a link to your folder in the Send To folder. This will add a new item
to right-click -> Send To.
2) Add a button to Explorer and hook up some batch file to copy the selected
files to some hard-coded folder. Look at the docs how to make it (there is an
example how to copy the selected files to the parent folder). You will need to
use version 2.9.2 for this to work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've found a bunch of posts from people who want a fast way to move an item,
or a selected set of items, to another folder. The context menu options I've
found involve multiple steps (e.g., right-click > Move to > find the folder).
It would be great if you could provide a button that could be hard-wired to
move to a specific folder. (Of course, people could configure multiple buttons
for multiple folders.)
you can do 2 things:
1) Place a link to your folder in the Send To folder. This will add a new item
to right-click -> Send To.
2) Add a button to Explorer and hook up some batch file to copy the selected
files to some hard-coded folder. Look at the docs how to make it (there is an
example how to copy the selected files to the parent folder). You will need to
use version 2.9.2 for this to work.