On Thursday 31 January 2008 17:32:26 William A. Rowe, Jr. wrote:
> Antonia Tugores wrote:
> > I'm having some troubles with apr_process_create in win32 platforms. When
> > I try to execute cmd.exe the result is a message like "The system can't
> > find the specified path". The command type I used i
Antonia Tugores wrote:
I'm having some troubles with apr_process_create in win32 platforms. When I
try to execute cmd.exe the result is a message like "The system can't find the
specified path". The command type I used is APR_SHELLCMD_ENV, so cmd is in
the path. With other applications it wor
Hi everybody,
I'm having some troubles with apr_process_create in win32 platforms. When I
try to execute cmd.exe the result is a message like "The system can't find the
specified path". The command type I used is APR_SHELLCMD_ENV, so cmd is in
the path. With other applications it worked fine,