import xbmc

class StartBatch():
    def __init__(self):
     	xbmc.executebuiltin('System.Exec(C:\\Boblightd\\start.bat)')

SB = StartBatch()
del SB
