Re: [Nant-users] Quotation marks in task properties

2005-06-22 Thread Troy Laurin
On 6/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi there, > > I need to include quotation marks (" ") in a command line parameter > being passed to an exec command. How should I escape the character in > the command line? > > Cheers, > James. James, You can insert quotes into argumen

RE: [Nant-users] Quotation marks in task properties

2005-06-22 Thread Sandeep
You can escape quotation mark (") with " Regards, Sandeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Melissa Kacher Sent: Wednesday, June 22, 2005 9:02 AM To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Subject: RE: [Nant-users]

RE: [Nant-users] Quotation marks in task properties

2005-06-22 Thread Melissa Kacher
Don't bother. Put the property in '', and then "" is available to use within the property. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 2:15 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Q