Normal
Hi cyclo! i'm working on almost same things, because i have many htpc and i want to connect to MP many stuffs like my weather station, voip, and every light/sensor/window in my house are connected with a EIB bus (probably my next plugin for MP..)About MyScript2, i want to add some other method to 'Script' base class, to allow people to write more 'simple' script. For example, in the next release i and a simple[code]void Shell(string CommandLine, string Arguments, bool WaitForEnd)[/code]that start a process and eventually wait.... other ideas? bye!
Hi cyclo! i'm working on almost same things, because i have many htpc and i want to connect to MP many stuffs like my weather station, voip, and every light/sensor/window in my house are connected with a EIB bus (probably my next plugin for MP..)
About MyScript2, i want to add some other method to 'Script' base class, to allow people to write more 'simple' script. For example, in the next release i and a simple
[code]
void Shell(string CommandLine, string Arguments, bool WaitForEnd)
[/code]
that start a process and eventually wait.
... other ideas? bye!