Which is the best way to modify several programs?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
hendrikm
Posts: 7
Joined: 12 Nov 2017, 23:19

Which is the best way to modify several programs?

23 Nov 2017, 12:25

Hi,
I want to change settings in two programs at the start od the computer. So I want to write a small script, compile it and put it in the autostart folder. But which is the best way?

Put everything in one script (rough code;-):

Code: Select all

run program A
run program B
 loop until the right screen of program A is active
 change settings
 break loop

 loop until the right screen of program B is active
 click button
 break loop
exitapp
Or create two independent scripts, each runs and modifys only one program?
Thanks, Hendrik

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, Rohwedder and 349 guests