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!
need help with code
Moderator: DosItHelp
Re: need help with code
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.