HELP: with Pythonscript
#1
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
Reply
#2
import os is your friend ./(
Reply
#3
linuxluemmel Wrote:import os is your friend ./(

Linuxluemmel,

Thanks!

But do you have a example commandline?

I'm very new to python...
Reply
#4
http://docs.python.org/library/os.html#os.system
Reply

Logout Mark Read Team Forum Stats Members Help
HELP: with Pythonscript0