Thread: [V3 Questions]
View Single Post
Old 09-06-2006, 06:50 AM   #31
RPM_VR4
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
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)


Last edited by RPM_VR4; 09-06-2006 at 06:53 AM.
RPM_VR4 is offline   Reply With Quote