Re: win32, apr_process_create and cmd.exe

2008-02-01 Thread Antonia Tugores
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

Re: win32, apr_process_create and cmd.exe

2008-01-31 Thread William A. Rowe, Jr.
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

win32, apr_process_create and cmd.exe

2008-01-31 Thread Antonia Tugores
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,