I'd like to create a launcher that only contains command line arguments.
For example: C:\Path\to\AutoHotkey.exe D:\Path\to\AutoHotkey.ahk
I probably have to make AutoHotkey a CommonPlugin and use it in the ProgrammExectuable right?
New: StressMyPC (Dec 10, 2025), Platform 30.1.3 (Nov 17, 2025)
1,400+ portable packages, 1.2 billion downloads
Happy New Year! Please donate to support us in 2026!
I'd like to create a launcher that only contains command line arguments.
For example: C:\Path\to\AutoHotkey.exe D:\Path\to\AutoHotkey.ahk
I probably have to make AutoHotkey a CommonPlugin and use it in the ProgrammExectuable right?
Hi mwayne,
my proposal will be that you create a batch file that contains your examples and generate a launcher that will point to this batch file.
YoursTruly