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: Kanri (Oct 9, '24), Platform 29.5.3 (Jun 27, '24)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
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