Quote:
Anyway, keep in mind that I don't much at all about autoit scripts. Still, looking at your code, you're doing +1 to the string length which is probably adding an extra "garbage" character to your command being sent.. this could prevent RR from interpreting the command from what it's supposed to be. A quick test would be to send a multi-command like PLAY||NEXT chances are that if the garbage is the problem, the first command would work and the second would not.
Woah, great tips, guino. That solved it. Weird because on line 10, I have to leave the "+1" in for it to work.
Of course, please post it in the SDK examples for others to use.
New files included here.