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

change windows cmd interpreter #74

Merged
merged 1 commit into from
Aug 27, 2018

Conversation

tathanhdinh
Copy link
Contributor

The default command line interpreter of Windows is cmd.exe, moreover the order in which a file is selected to run depends also on its extension, for example in my machine:

$ echo %PATHEXT%
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC

so if there is a file named cmd.com in %PATH% then it will be selected to run instead of cmd.exe.

Copy link
Owner

@sharkdp sharkdp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much!

@sharkdp sharkdp merged commit bdccc10 into sharkdp:master Aug 27, 2018
@sharkdp
Copy link
Owner

sharkdp commented Sep 28, 2018

Fixed in v1.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants