Thanks! I will give it a shot now.
Actually, hahaha this is not for volume control..... Its to dim lights in the living room
EDIT:
Ok, I am pretty sure I have the exectbl.ini correct. What I am unsure of is the skin code. In your above example, I do not see where the slider name goes:
Code:
S03,...,H,03,"slider2.gif",30,"$RAWVOLUMEVAR$",""
I also have to pass 2 variables with the skin command(slider pressed), the
device to control and the
level to set it at. something like $device$ $dimlevel$. (The Device is hard coded, but the slider var needs to report where the slider is)
I have a vbscript that reads the 2 parameters passed to it. It then in turn sends that command over the network to the home automation server to carry out the command.
This is what I have in the exectbl.ini:
Code:
"ONSLD","RUNQW;wscript.exe" "$SkinPath$\scripts\vb.vbs|$device$ $dimlevel$"