Move / Copy to other panels focused folder

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
TomPiXX
Posts: 23
Joined: 10 Jul 2016 02:09
Location: NRW, Germany

Move / Copy to other panels focused folder

Post 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

Filehero
Posts: 2734
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

Re: Move / Copy to other panels focused folder

Post 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
To see the attached files, you need to log into the forum.

highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Move / Copy to other panels focused folder

Post 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
One of my scripts helped you out? Please donate via Paypal

TomPiXX
Posts: 23
Joined: 10 Jul 2016 02:09
Location: NRW, Germany

Re: Move / Copy to other panels focused folder

Post 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.

Post Reply