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

Can't run command on CMD #1056

Open
LeecOVO opened this issue Sep 14, 2023 · 0 comments
Open

Can't run command on CMD #1056

LeecOVO opened this issue Sep 14, 2023 · 0 comments

Comments

@LeecOVO
Copy link

LeecOVO commented Sep 14, 2023

Problem statement

My App have a new feature. Need run some command on CMD(open Explorer) .
When use WinSW to run SpringBoot Project on service.
Java Code:
Runtime.getRuntime().exec(command);
or
Process process = new ProcessBuilder().command(cmd).start();
Even open Interactive services option. There are not working!
I need your guys help.

@LeecOVO LeecOVO changed the title Can't run command on CMDhttps://github.com/winsw/winsw/issues/new/choose Can't run command on CMD Sep 14, 2023
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

1 participant