Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Computer automation
#10
Kalovale Wrote:That depends on the provider, does it not? I'm not looking for a do-it-all automater, I'm only looking for something more versatile than Windows' Task Scheduler.

You could use AutoHotKey to do what you're looking for. For example:

Code:
IfWinExist, DoEverything.txt
{
  WinActivate, DoEverything.txt
  WinWaitActive, DoEverything.txt
}

You can also do key bindings and event scheduling.

I've written a data entry GUI app in AutoHotKey and it's quite powerful. The GUI creation is simply an abstraction from the Win32 API. The language style is a mix between Visual Basic and C.
Reply


Messages In This Thread
Computer automation - by Kalovale - 2011-07-02, 04:41 PM
Computer automation - by Spaz - 2011-07-02, 06:50 PM
Computer automation - by Kalovale - 2011-07-02, 07:06 PM
Computer automation - by Kalovale - 2011-07-09, 04:25 PM
Computer automation - by Hazzy - 2011-07-09, 05:51 PM
Computer automation - by Darkning - 2011-07-09, 06:04 PM
Computer automation - by Kalovale - 2011-07-10, 12:32 AM
Computer automation - by Eos - 2011-07-11, 11:09 AM
Computer automation - by Kalovale - 2011-07-11, 01:52 PM
Computer automation - by Fiel - 2011-07-11, 02:10 PM
Computer automation - by Eos - 2011-07-11, 02:34 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)