copyto/moveto other pane using SC

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
kiwichick
Posts: 557
Joined: 08 Aug 2012 04:14
Location: Pahiatua, New Zealand

copyto/moveto other pane using SC

Post by kiwichick »

Is it possible to copyto/moveto other pane using SC and, if so, what is the code to use 'other pane' as the destination location? I know there's a custom command and a keyboard shortcut to do that but I'd like to be able to use some of the copyto/moveto parameters.
Windows 10 Pro 22H2

Horst
Posts: 1085
Joined: 24 Jan 2021 12:27
Location: Germany

Re: copyto/moveto other pane using SC

Post by Horst »

Here an example of getting the other pane in a script:
$other = get("path", i) . "\";
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69

kiwichick
Posts: 557
Joined: 08 Aug 2012 04:14
Location: Pahiatua, New Zealand

Re: copyto/moveto other pane using SC

Post by kiwichick »

Horst wrote: 13 Sep 2022 14:06 Here an example of getting the other pane in a script:
$other = get("path", i) . "\";
Sorry for the delay in replying. Thank you so much, that works great!
Windows 10 Pro 22H2

Post Reply