AutoHotkey script management system with IPC communication between main controller and managed scripts.
- Main controller GUI for managing multiple AutoHotkey scripts
- Inter-Process Communication (IPC) between scripts
- Process management and monitoring
- Status reporting and logging
- Command handling system
MainController/- Main controller applicationManagedScripts/- Individual managed scriptsShared/- Shared libraries and protocols
Run MainController/MainScript.ahk to start the main controller interface.