Re: [Nant-users] containing " in value

2004-09-19 Thread Gert Driesen
"\test 1" Hope this helps, Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 18, 2004 12:41 AM Subject: [Nant-users] containing " in value Hi there, How can I include &quo

[Nant-users] containing " in value

2004-09-19 Thread peters
Hi there, How can I include " in a value? ex: mkdir "c:\temp\test 1" how to make up the commandline? Thx