Skip to content

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

@xproflipscarab

Description

@xproflipscarab

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions