I use a program called Screenpresso. It can run a command that captures the screen from certain coordinates. I would like to be able to capture the mouse coordinates and then fill them in my command. The normal command looks like this.
screenpresso.exe -captureregion "D:\Test\test2.jpg" 0;0;1280;720
It is at 0;0 where I would like to insert the mouse coordinates. Can someone show me how to do this with AutoIt Thanks