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
We're close to breaking even this year, please donate today
December 2025 Site Slowdown Being Addressed
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