maestrith / AHK-Studio

Created with AHK Studio
http://www.maestrith.com
363 stars 68 forks source link

Is there a way to open a specific file via command with AHKStudio? #217

Closed ooker777 closed 4 years ago

ooker777 commented 4 years ago

For example:

Pause::Run "C:\Program Files\AutoHotkey\SciTE\SciTE.exe" "D:\Dropbox\Config\AutoHotKey\! Main.ahk"
#z::Run C:\Program Files\Notepad++\notepad++ D:\Dropbox\Config\Startup.ps1

I can't use

ScrollLock::Run "C:\Program Files\AutoHotkey\AHKStudio\AHK Studio.ahk" "D:\Dropbox\Config\AutoHotKey\Quacau.ahk"
ooker777 commented 4 years ago

Sorry I was dumb

maestrith commented 4 years ago

That's ok, what was your solution so that if someone else runs into trouble they can fix it?

ooker777 commented 4 years ago

double check the path to AHKStudio