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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.