Kodi Community Forum

Full Version: HELP: with Pythonscript
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been trying to change a script to handle Homeseer.

Can someone help me out, how to execute the following line in Python:

D:\HTPC applicaties\HomeSeer HSPRO\HSC\hsc.exe -x Q8 off
import os is your friend ./(
linuxluemmel Wrote:import os is your friend ./(

Linuxluemmel,

Thanks!

But do you have a example commandline?

I'm very new to python...