Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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.

  • No labels