Script: change pane 1 to C: , 2 to D: , then select pane 1 ?

Discuss and share scripts and script files...
Post Reply
ghost zero
Posts: 842
Joined: 26 Apr 2010 17:48

Script: change pane 1 to C: , 2 to D: , then select pane 1 ?

Post by ghost zero »

Anyone know how to make a toolbar button script that does this?

change pane 1 to C: , pane 2 to D: , and then select pane 1

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Script: change pane 1 to C: , 2 to D: , then select pane 1 ?

Post by TheQwerty »

Assuming you already know how to add a button and just want the script:

Code: Select all

::Focus('P2');Goto('D:\');Focus('P1');Goto('C:\');
If you need some additional help don't be afraid to ask.

ghost zero
Posts: 842
Joined: 26 Apr 2010 17:48

Re: Script: change pane 1 to C: , 2 to D: , then select pane 1 ?

Post by ghost zero »

thanks :D

ghost zero
Posts: 842
Joined: 26 Apr 2010 17:48

Re: Script: change pane 1 to C: , 2 to D: , then select pane 1 ?

Post by ghost zero »

also, is there a way to add the command for "optimize tree" to it?

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

Re: Script: change pane 1 to C: , 2 to D: , then select pane 1 ?

Post by admin »

ghost zero wrote:also, is there a way to add the command for "optimize tree" to it?
#1040;

Post Reply