Execute command with spaces #741
Unanswered
SuperCuber
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I'm surprised that your first example didn't work. Although If you open up a |
Beta Was this translation helpful? Give feedback.
1 reply
-
Interesting! This is definitely a bug, I created issue #743 to track it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I execute a command with spaces in the name (on windows)? This is my justfile:
But this doesn't work, saying
"D:\Program Files\WinBoard-4.8.0\WinBoard\winboard.exe"
is not a command - seems ike it also takes the quotes.I tried
But this doesn't work either, saying
D:\Program
is not a command.Beta Was this translation helpful? Give feedback.
All reactions