Skip to content

"Syntax error" with cmd /e:off #569

@Gei0r

Description

@Gei0r

I have a script that runs a cmd shell like this: cmd.exe /e:off /c "<COMMAND>"

# works without clink:
D:\>cmd.exe /e:off /c "echo a"
a

D:\>clink autorun install
Current AutoRun values
[...]
Clink successfully installed to run when cmd.exe starts (for current user).

# No longer works after installing
D:\>cmd.exe /e:off /c "echo a"
""AMD64"=="x86"" kann syntaktisch an dieser Stelle nicht verarbeitet werden.
# Roughly translated: ""AMD64"=="x86"" can't be syntactically processed at this point.

# Still works without /e:off
D:\>cmd.exe /c "echo a"
a
$ clink --version
1.6.4.1dd7ec

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions