|
OK, I guess persistance is the Key!!!
I wrote this simple script, the hard part was figuring out the x,y coordinates lol.
This will just open the BT connection manager, and double click on Active Sync
**** This assumes ActiveSync is in the first slot of your BT shortcuts in the BT connection manager (mine is in Alpha order, dont know if its customizable?)****
Run ( "\Windows\BTConnManagerCE.exe" )
WaitForActive( "Connection Manager", 10 )
Sleep(1000)
MouseDblClick( "Connection Manager", 50,100)
|