>I need to exit php.exe window after completing an assigned task. Does anyone
>knows how to close, exit,  kill or stop the window

Run your PHP.exe by using appending "& exit" to your command. For instance:

php.exe [YOUR COMMAND ARGS] & exit

Greetings from Germany

Marc

--
Sync and share your files over the web for free
http://bithub.net/

My Twitter feed
http://twitter.com/MarcSteinert


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to