Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Gei0r opened this issue Mar 1, 2024 · 1 comment
Closed

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

Gei0r opened this issue Mar 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Gei0r
Copy link

Gei0r commented Mar 1, 2024

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
@chrisant996
Copy link
Owner

Thanks for reporting this! It got broken in v1.3.47 in Oct 2022.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants