scheduled task app needed which clicks mouse?

Associate
Joined
17 Jan 2006
Posts
1,456
Location
NW
I have a blackberry server which runs blackberry manager. I need to restart this server every other hour or so as its not picking up some users on our hosted exchange.

ive got task scheduler, but it needs to be able to click "Restart server" in the app. any free programs that can do this ?

thanks
 
Does the server run as a foreground app rather than a service? A service is dead easy to stop/start with NET STOP & NET START but a foreground app is a bit more tricky. You might have to go down the road of a batch file which looks for the process ID of the app and kills it.
 
I have a little vbscript that clicks "scan" in my network scanner at 2am every morning. Works a treat however it doesnt work if the workstation is "locked" which is a bummer

You could look in to automating macros
 
Back
Top Bottom