need help with code

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
wildfirex
Posts: 1
Joined: 25 Dec 2015 04:42

need help with code

#1 Post by wildfirex » 25 Dec 2015 04:54

Hello I need help. I created .bat file that automatically open and close program in windows in desired intervals. It is doing it in loop. In program there is start button and I need to create something (program or code or anything else) that will click on this button everytime that my .bat file opens it but condition is that it will click on this button only once.

I tried autoclicker but it seems that it will not be good solution because it needs to use my cursor but I need to work on my pc so you understand...can you help me with some suggestions? I searched also for some code that I can add into my .bat file to click on this button but I didn´t found anything. I need this very urgently..thank you!

Squashman
Expert
Posts: 4486
Joined: 23 Dec 2011 13:59

Re: need help with code

#2 Post by Squashman » 25 Dec 2015 13:29

Most of the utilities that do this rely on having control over your keyboard and mouse. I do not think you will find a program that works in the background. My only suggestions is to try AutoIt or AutoHotKey.

Post Reply