SciTE4AutoHotkey icon indicating copy to clipboard operation
SciTE4AutoHotkey copied to clipboard

SciTE4AutoHotkey 3.1.0 is not compatible with AutoHotKey's current folder structure

Open xproflipscarab opened this issue 11 months ago • 2 comments

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

xproflipscarab avatar Sep 29 '23 18:09 xproflipscarab