Page 1 of 1

Move / Copy to other panels focused folder

Posted: 10 Jul 2016 02:14
by TomPiXX
Hey,

I'm wondering if there's a way to move files directly from one panel to a focused folder within the other panel without using the mouse, just with a shortcut / script.
That would give us a very fast workflow.

Thanks
Tom

Re: Move / Copy to other panels focused folder

Posted: 10 Jul 2016 08:38
by Filehero
Hi and welcome,

is
CopyToOtherPane.png
what you're after?

You can get the List of All Commands via the help menu.

Filehero

Re: Move / Copy to other panels focused folder

Posted: 10 Jul 2016 13:56
by highend
I guess he's looking for something like this:

Code: Select all

copyas "*.?", (exists(<get "Item" i>) == 2 ? <get "Item" i> : <get "Path" i>);
If you want to move instead of copy, use moveas instead of copyas

Re: Move / Copy to other panels focused folder

Posted: 10 Jul 2016 19:50
by TomPiXX
Thank you both for your fast responding.

highend did it! Thank you so much! This is why I love XYplorer and this community / support.