Move/Copy/Backup to Other Pane script in catalog.

Things you’d like to miss in the future...
Post Reply
NS-Zero
Posts: 33
Joined: 19 Mar 2015 15:04

Move/Copy/Backup to Other Pane script in catalog.

Post by NS-Zero »

Hi,
I create Move/Copy/Backup to Other Pane (and more) script in catalog.

Code: Select all

"Move to Other Pane" #803;
"Copy to Other Pane" #804;
"Backup to Other Pane" #807;
When i use script in catalog it show massage "Nothing selected, or what is selected cannot be moved."
But if i use script in CTB it work as i wish.

I test in XYplorer 18.20.0005.
I don't test all relative command.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Move/Copy/Backup to Other Pane script in catalog.

Post by admin »

Confirmed and fixed. Thanks! :tup: You are having a run... :cup:

chincherpa
Posts: 37
Joined: 13 Dec 2016 10:58
Location: Stuttgart, Germany

Re: Move/Copy/Backup to Other Pane script in catalog.

Post by chincherpa »

Code: Select all

"Move to..." #220
"Copy to..." #221
"Backup to..." #222
doesn't work either.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Move/Copy/Backup to Other Pane script in catalog.

Post by admin »

No chance this time. The source control has to be focused for this to work. So you have to adjust your script:

Code: Select all

"Copy to..." focus "L"; #221;

Post Reply