Shell script run configuration ignores interpreter
已回答
I have created several Shell Script run configurations for Windows batch files and configured the interpreter to the full path of the Windows Command Prompt, and set the interpreter options to /C.
However, those configurations are run in whatever the last terminal I used is, which often means bash.
How can I force the interpreter to be used exclusively, or is there a better way to ensure only cmd.exe is ever invoked?
请先登录再写评论。
Hi,
That was it:) I should have paid more attention!
Thank you.
No problem!