PDA

View Full Version : what software would i need?


jamiepullen
December 30th, 2007, 07:37 PM
If i wanted a piece of software that watched another program and performed the tasks i wanted (ie if a event happened, it would click on a button or type something) would it be possible?

what would i need to do a search for to find something like this?

thanks, jamie

oracle128
December 31st, 2007, 07:32 AM
Depending on the type of event...if a system event, you could use WMI. If a scheduled event, you could use Task Scheduler. If a website event, a page scraper. Some on-screen event, custom programming. Some GUI event, AutoIt (http://www.autoitscript.com/autoit3/).