Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
That's the syntax I was looking for. I will see if I can compile a cvsnt exe with this change and test it out. It was a long time since I compiled myself and I guess that now I need to use DotNet rather than VS6? Bo -----Original Message----- From: David Somers [mailto:dsomers at trevezel.com] Sent: Sunday, August 15, 2004 11:09 AM To: bo.berglund at telia.com Subject: RE: [cvsnt] Re: Taginfo call cannot handle & character in argument listor module name.... Hi Bo, > I am no good at C++ so I don't know if doubling up quotes in the > sprintf command will do what we want, but there surely must be a way > to make the output enclose the 4th parameter in double quotes... Doubling up quotes only works for things like Basic :-) In C and C++, Its \" to get the quote character into a string: sprintf(cmd,"%s %s %s \"%s\"",filter .... Cheers, David (Developer in Luxembourg)