Page 1 of 1

How to adapt syntax "goto" to work in breadcrumb menu?

Posted: 22 Sep 2019 04:26
by cadu
Hi,

I'd appreciate your help.

The following syntax work perfectly from the user button. However, when pasted into the breadcrumb menu, it doesn't work:

Code: Select all

"&_App C|C:\_App|*" goto "C:\_App"
How to adapt the syntax to work in the breadcrumb menu?

Thank you!

Re: How to adapt syntax "goto" to work in breadcrumb menu?

Posted: 22 Sep 2019 04:46
by jupe

Code: Select all

::_App C;goto "C:\_App"
If you want to change the icon you will have to assign it a command ID via UDC (and use that instead)

edit: Actually this question has already been asked by you and answered here: viewtopic.php?f=3&t=20042&p=167257#p167130

Re: How to adapt syntax "goto" to work in breadcrumb menu?

Posted: 27 Sep 2019 05:06
by cadu
Thank you very much @jupe!