Hello guys! Is it possible to run a compiled script without having to press the "OK" button on the first screen? I have programmed the Windows Task Scheduler to start the script automatically, but it is stopped waiting to press the "OK" button on the first screen.
Yes that's what i tried to do relaunch the Loop but it waste time on the already detected elements on the first loop. thanks for your answer mate !
My Solution :
Try using labels inside the loop Works fine
@Fox thank you for your reply. I want to simulate a shortkey keyboard input. Like CTRL+V which works with <CONTROL>v and it leads to pasting. But <MENU>g or any other shortkey functions with <MENU> doesn’t work. Which leads me to thinking that<MENU> is faulty.
It may not work to enter characters via "alt", but that's not what I asked. I asked why do you need exactly this kind of data entry? What is the ultimate goal you want to achieve?