• Searching an autotasking software
    8 replies, posted
Maybe this is the wrong category, but since you're programmers, maybe someone knows. I need a software that could automatically download file, turn on a program, launch according commands and then later upload the output. Something that can find stuff by text, like find a button named "Ok" and press it, and so on.
What program? Autohotkey/AutoIT may be of use, but probably aren't the best solution depending on what you want to do.
Any program. All it needs to do is ability to "control" other programs like an user would do, moving cursor, clicking on according buttons and so on.
Autohotkey/AutoIT then (take your pick - personally I prefer ahk)
Can any of them detect text so they can press a button if it changes place?
Probably. You need to be more specific.
Ok, lets take photoshop for example. First, I need to somehow check if an image is in a REMOTE folder(on the site), if an image is there, download it, open it in photoshop, apply filter,save, and then go to special url and upload that image.
In that case, why not use ImageMagick?
[QUOTE=Darkimmortal;19690288]In that case, why not use ImageMagick?[/QUOTE] Because that is totally unrelated to what I want. Photoshop was just an example.
Sorry, you need to Log In to post a reply to this thread.