We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3076c63 commit cac568fCopy full SHA for cac568f
arduino-core/src/processing/app/windows/Platform.java
@@ -134,7 +134,7 @@ public void openURL(String url) throws Exception {
134
// open dos prompt, give it 'start' command, which will
135
// open the url properly. start by itself won't work since
136
// it appears to need cmd
137
- Runtime.getRuntime().exec("cmd /c start " + url);
+ Runtime.getRuntime().exec("cmd /c start \"\" \"" + url + "\"");
138
} else {
139
// just launching the .html file via the shell works
140
// but make sure to chmod +x the .html files first
0 commit comments