Launch executable in background
#1
Is it possible to launch a small executable from an addon which does not minimize XBMC, locking it up is fine. The executable takes 2-3 secs.

Is it doable? Tried System.Exec and System.ExecWait both minimize XBMC. Didn't find a thread that found a soln to the problem. This would be for Windows.
Reply
#2
Hi

Perhaps this can help you.

Code:
<alwaysontop>yes</alwaysontop>

You must create a advancedsettings.xml and add this line

mfg
Reply
#3
Thanks for the quick response. But it doesn't seem to work. Sad
Reply
#4
avjui Wrote:Hi

Perhaps this can help you.

Code:
<alwaysontop>yes</alwaysontop>

You must create a advancedsettings.xml and add this line

mfg

Function work only if xbmc is run fullscreen windows mode.
Reply

Logout Mark Read Team Forum Stats Members Help
Launch executable in background0