Quote: Originally Posted by
vicky_obee 
Hi is some 1 using this POWER voice....
can u pls help me coding for RR...
i did try a few times but not reaching any where.....
thnax
You have to use RR SDK commands in VBScript. For example,
Code:
Function NextTrack()
Set SDK = CreateObject("RoadRunner.SDK")
SDK.Execute "RRNEXT"
End Function
Then call the function NextTrack() from PowerVoice.
Any word yet from anyone on how to do the menu tree as I mentioned before? I haven't been able to figure it out, and I've tried about a million different ways. Any help 0l33l?