Menu

#3 Arguments with '"'

open
nobody
None
5
2007-11-07
2007-11-07
Anonymous
No

If I submit a command like
mkdir "a b"
it executes
mkdir a b

Idea for a Patch:

Task.java:284
exec += " \"" + arguments[i] + "\"";

Discussion


Log in to post a comment.