Sandman: Please subscribe to
this thread. I will soon need a beta tester.
Here is the AutoIt that will Run TMO and open the Collect Data window:
Code:
Run("C:\Program Files\TechnoMotive\TMOlog.exe", "C:\Program Files\TechnoMotive")
Opt("WinSearchChildren", 1)
;Connect
ControlFocus ("TechnoMotive Datalogger Command Screen", "&Connect", 1113)
ControlClick("TechnoMotive Datalogger Command Screen", "&Connect", 1113)
;Collect Data
ControlFocus ("TechnoMotive Datalogger Command Screen", "&Connect", 1115)
ControlClick("TechnoMotive Datalogger Command Screen", "&Connect", 1115)