On Thu, Dec 27, 2007 at 09:11:17PM +0200, ik wrote:
> > You are right.
> > It seems under windows TProcess does not handle " and ', but simply
> > passes the entire commandline to CreateProcess, so it is up to program
> > to handle " and ' correct. According to msdn this is normal under
> > windows.
> 
> The problem of Windows API is that for path you must use ", otherwise
> it will search in wrong manner. For example:

No. It is only needed for the shell. (and its functions). The API
(programming interfaces by definition) don't need this.
 

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to