Quote: Originally Posted by ashgrovered
I would like to read the contents of a RoadRunner Label and manipulate it inside a program, then send it back to RoadRunner as a user defined label.
I know how to send a label to Roadrunner form AutoIT so I am part of the way.
The RoadRunner SDK has an example VB program that can read the contents of a RoadRunner Label. Problem is I am not much of a programmer, AutoIt basics are ok but VB looks out of my depth and I don’t have VB.
I would love to just do this inside AutoIT but I don’t think it is possible; please correct me if I am wrong. Even if you have an alternate suggestion.
So what I am looking for is someone with VB skills that could use the RoadRunner example and modify it so I could call it from inside AutoIT. Some thing like this
AutoIt scipt
;Get the RoadRunner Path from RoadRunner Label “RRPATH”
$MyLabel = (call this magical exe)RRPATH
;Put the Label in a MsgBox
MsgBox(0, "WindowName", $MyLabel)
I hope what I am asking is not imposable; I can post a copy of RoadRunners sample code if required.
$MyLabel = (call this magical exe)RRPATH
which exe is that?
Can you send me the entire code?
Ofcourse it's not impossible.