When trying to run or debug a script Scite throws the error:
'C:\Program' is not recognized as an internal or external command, operable program or batch file.
It can be fixed by changing line 14 in ahk.properties from this:
AutoHotkey=$(AutoHotkeyDir)\AutoHotkey.exe
to this:
AutoHotkey=$(AutoHotkeyDir)\v2\AutoHotkey.exe
However, the ability to choose AHK V1 as a platform seems to be broken and running a V2 script does not run even with
#Requires AutoHotkey v1.0
When trying to run or debug a script Scite throws the error:
'C:\Program' is not recognized as an internal or external command, operable program or batch file.It can be fixed by changing line 14 in ahk.properties from this:
to this:
However, the ability to choose AHK V1 as a platform seems to be broken and running a V2 script does not run even with
#Requires AutoHotkey v1.0