Page 1 of 1

Run external program

Posted: Thu Nov 19, 2015 8:56 pm
by ArtBlink
Hello,

I just want execute external programm with muiroyale

Exemple :

When i activate button i just run AOS calculator.

In Rxmui i write this :

address command "run >nil: calculator"

But in hollywood?!?

Not information in hollywood and muiroyal guide :-(

I write this:

Code: Select all

If msg.id = "BP6"
      Run("AmigaOS:Utilities\Calculator")
EndIf
How i can make this in holly PLEEEEEeeeEEese?

lol

Thanks for all

Re: Run external program

Posted: Fri Nov 20, 2015 8:15 am
by sinisrus
use "execute ()" function

---

Execute("sys:Utilities/calculator")

Re: Run external program

Posted: Fri Nov 20, 2015 9:19 am
by sinisrus
Or
Run("sys:Utilities/calculator")

Re: Run external program

Posted: Fri Nov 20, 2015 6:12 pm
by ArtBlink
Ok,

I understand the problem

With MUI4.x update MHE RxMUI bug a lot... GRRRRRRRRRR!!!!

So don't use my editor in RXMUI, delete it and wait MHE NG MuiRoyale ;-)

I have the same line but when i have copy the line on OWB and paste the same line in my MHE, the code is running

I thinks it's due to space or.... i don't really know

Sorry for MHE but it don't work on MUI 4.x

Merci caillin