First of all: Thanks for AutomationBox Tools
I'm trying to enter certain data using AutomationBox Tools into a running application. That application starts minimized (in de WIndows taskbar) after an automated reboot.
Using the switch "start /max" in the batch file that launches the application doesn't work.
I know I could use abtplay:
- Code: Select all
abtplay --run "{wait 10}{mpos 227,941}{mkey left,click}"
But then I have to customize those settings for every other resolution.
Is there another way to 'maximize' the application using AutomationBox Tools?