XBMC Community Forum
>
Development
>
Plugin/Script (Python) Development
> Launchign an xbe in python?
PDA
View Full Version :
Launchign an xbe in python?
AzraelK
2005-12-03, 01:22
is there a way to launch xbes from python? maybe using the os module?
solexalex
2005-12-04, 23:32
yes !
you can do it using the builtin command
executebuiltin(...)
executebuiltin(string) -- execute a built in xbmc function.
example:
- executebuiltin('xbmc.runxbe(c:valaunch.xbe)')