[PHP-WIN] proc_open on windows in CLI - DOS windows

2007-03-09 Thread David V.
: CreateProcess failed Do you know how I could use proc_open without this DOS command window ? I use : PHP 5.2.2-dev (cli) (built: Mar 6 2007 20:08:25) And : Windows XP Home SP2 Thank very much for your answer. David V. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] proc_open on windows in CLI - DOS windows

2007-03-10 Thread David V.
Frank, Thank you for your answer. I am already using php-win.exe. The DOS console window is not when I start the php script. But the console window appears only when I call proc_open. Any other idea for the method I could use to hide this black window ? Thank you very much. David V. Try