[Resolved] Launch item in User Button on the toolbar in new tab?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Eudeyrn Kael
Posts: 20
Joined: 31 Jul 2016 20:52

[Resolved] Launch item in User Button on the toolbar in new tab?

Post by Eudeyrn Kael »

Hello!

I was wondering if there was a way to open a target folder set into a User Button in a new tab, instead of it "overwriting" the current tab.

--------------------------------------------
i.e., in the "On Left Click:" field in this "Edit User Button", I have this example syntax:

goto "E:\BACKUPS\"
--------------------------------------------

To what could one change the syntax to so that instead of overwriting the current tab one is on, that the destination is open in a new tab, please?
Is this even possible (and not going through a script solution, or other ...).

Thank you!
Last edited by Eudeyrn Kael on 26 Feb 2025 16:00, edited 1 time in total.

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

Re: Launch item in User Button on the toolbar in new tab?

Post by highend »

goto "E:\BACKUPS\"
and this isn't a scripted solution?...

tab("new", "E:\BACKUPS");
One of my scripts helped you out? Please donate via Paypal

Eudeyrn Kael
Posts: 20
Joined: 31 Jul 2016 20:52

Re: Launch item in User Button on the toolbar in new tab?

Post by Eudeyrn Kael »

highend wrote: 13 Feb 2025 13:03
goto "E:\BACKUPS\"
and this isn't a scripted solution?...

tab("new", "E:\BACKUPS");
Thank you! That works perfectly! Now when I click on the custom user button, as you state, it opens up the target folder in a new tab and nor overwriting the currently selected tab.

:)

Post Reply