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

CommandLine can't execute commands in PowerShell #49

Open
Riduidel opened this issue Nov 21, 2018 · 1 comment
Open

CommandLine can't execute commands in PowerShell #49

Riduidel opened this issue Nov 21, 2018 · 1 comment

Comments

@Riduidel
Copy link

Seems like CommandLine on Windows always use cmd.exe, even on Windows 10 platforms.
However, on these platforms, PowerShell provides longer command(line, which is very useful for projects running java commands with full CLASSPATH in (take a look, as an example, to On Windows, command line may be too long)

@michael-o
Copy link
Member

The entire concept is illdesigned by invoking a shell instead of the processes directly. This needs to be changed as a whole.

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

No branches or pull requests

2 participants