Is it possible to set a property or tag in ui.menucommand ?
LYCIA
Problem
"I need two different command types: one for Lycia programs and one for Windows programs (starting with winexec).
I want to set it as a command type property"
Solution
MAIN Â DEFINE osType STRING Â CALL ui.Interface.frontCall("standard", "feinfo","ostype", osType) Â DISPLAY osType END MAIN
Simply add this code and analyse client's OS before RUN in menu core.
More details in Lycia tutorials: