Get/Send values between AHK-programs - possible?
Posted: 20 Apr 2020, 07:14
Hi!
Running one AHK program from another AHK program is not difficult.
It is possible to run ProgB without ProgA - No problem. (Great!)
But, is it possible to run ProgA as runs ProgB and use variable values between these programs in some way?
Or is the only way to create an ini-file and manage variable values through it with IniRead / IniWrite?
Running one AHK program from another AHK program is not difficult.
(like this) Examples of programs! - ProgA.ahk / ProgB.ahk
When ProgA is running as Administrator (yes on the UAC-question) even ProgB is running as Administrator. (Great!)It is possible to run ProgB without ProgA - No problem. (Great!)
But, is it possible to run ProgA as runs ProgB and use variable values between these programs in some way?
Or is the only way to create an ini-file and manage variable values through it with IniRead / IniWrite?