Page 1 of 1
Script: change pane 1 to C: , 2 to D: , then select pane 1 ?
Posted: 03 May 2010 12:22
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
Re: Script: change pane 1 to C: , 2 to D: , then select pane 1 ?
Posted: 03 May 2010 13:00
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.
Re: Script: change pane 1 to C: , 2 to D: , then select pane 1 ?
Posted: 03 May 2010 18:36
by ghost zero
thanks

Re: Script: change pane 1 to C: , 2 to D: , then select pane 1 ?
Posted: 07 May 2010 15:42
by ghost zero
also, is there a way to add the command for "optimize tree" to it?
Re: Script: change pane 1 to C: , 2 to D: , then select pane 1 ?
Posted: 07 May 2010 16:04
by admin
ghost zero wrote:also, is there a way to add the command for "optimize tree" to it?
#1040;