Windows Version: Windows 10 Pro 64-bit
I'm really close to automating a few things on my PC. My goal is to launch two Apps on my computer after clicking on a shortcut from my desktop. The second App is a Capture Card viewer, and I need to switch to the HDMI input and then make it go fullscreen by double clicking the video window. I setup a Batch File to launch the script from EG. I have several Macros that check to see if either of the two programs is already running, and then launch them if they aren't. The last part of the script is moving the mouse to the video window of the second program and then double clicking on it to make the video go fullscreen.
The initial Macros run just fine when I launch my bat file. The whole process stops when it gets to the last Macro that contains all of the actions that move my mouse and click on the appropriate zones of the screen. I'm not sure what to do to get those mouse actions to happen automatically. Here's a look at the script. If you need any other detail, let me know. I appreciate your help (new to this stuff)!

