[WINDOWS] Boxee/XBMC Launcher Request
#5
Create a simple autoit script.

Something like this (note that this is not actual code, just a simplistic way of making an example);

Code:
If WindowState.Active("XBMC") && WindowState.Active("Boxee") Then
WindowKill("Boxee")
EndIf

If WindowState.Active("XBMC") Then
WindowKill("XBMC")
Launch("Boxee")
EndIf

If WindowState.Active("Boxee") Then
WindowKill("Boxee")
Launch("XBMC")
EndIf
Reply


Messages In This Thread
[No subject] - by lazyboy0172 - 2010-05-30, 16:07
[No subject] - by theophile - 2010-05-30, 16:17
can you get back to xbmc? - by tarbush - 2010-06-07, 00:27
[No subject] - by Skindred - 2010-06-08, 14:36
Logout Mark Read Team Forum Stats Members Help
[WINDOWS] Boxee/XBMC Launcher Request0