How can I Add an App to the Toolbar

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
sparks79
Posts: 21
Joined: 27 Jan 2008 01:29

How can I Add an App to the Toolbar

Post by sparks79 »

I would like to include say Winrar on the Toolbar, How is this done.
Winrar is in my Program Files.

aliteralmind
Posts: 261
Joined: 02 Dec 2014 16:49

Re: How can I Add an App to the Toolbar

Post by aliteralmind »

Use the "run" scripting command. Example:

Code: Select all

:: run 'winzip32";
Example button code:

Code: Select all

Snip: CTB 1
  XYplorer 14.80.0221, 2/1/2015 9:30:42 PM
Action
  NewUserButton
Name
  Launch WinZip
Icon
  label:WZip
ScriptL
  :: run "winzip32";
ScriptR
  
FireClick
  0
Windows 8.1, 64-bit

sparks79
Posts: 21
Joined: 27 Jan 2008 01:29

Re: How can I Add an App to the Toolbar

Post by sparks79 »

Thanks aliteralmind, But Can you Explain all this in Laymens Terms.
Whilst I have used xyplorer for years, I don't know how to do what you are saying.
Thanks, John

PeterH
Posts: 2785
Joined: 21 Nov 2005 20:39
Location: Germany

Re: How can I Add an App to the Toolbar

Post by PeterH »

sparks79 wrote:Thanks aliteralmind, But Can you Explain all this in Laymens Terms.
Whilst I have used xyplorer for years, I don't know how to do what you are saying.
Thanks, John
I think you should have a look in Help:
- Toolbar, there especially
- Custom Toolbar Buttons
Win11 Pro 223H2 Gerrman

Regmos
Posts: 268
Joined: 22 Dec 2012 07:27
Location: Copenhagen

Re: How can I Add an App to the Toolbar

Post by Regmos »

Kind regards
Regmos

Post Reply