On Sun, 29 Oct 2006, Mike Harrington wrote:

> 
> Just a suggestion, but it would be useful if a single-quote, or some other 
> use for escape character like \" would be replaced with an actual 
> double-quote within an argument.  The reasoning behind this is if XMail is 
> installed (using windows as an example) to C:\Program Files\xmail\ the 
> @@File command would be very hard (or impossible) for a command to parse 
> because of the space.  Allowing for a quote around it would ensure that its 
> treated as a single argument rather than two (or more) seperate arguments.
> 
> Example:
> 
> "mysamplefilter.exe" "'@@FILE'"
> 
> or
> 
> "mysamplefilter.exe" "\"@@FILE\""

XMail already double-quote all parameters passed to the exec function (for 
CreateProcess). And for unix it doesn't matter since exec* gets a string 
array.



- Davide


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to