Make php not open dos window

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Make php not open dos window

Post by Pyrite »

Hi,

I have and am limited to PHP 4. I have tried both the cgi and cli php.exe's and they both still open a dos window. I am launching php to parse a script from an NSIS installer and would like the dos window not to appear, is that possible? I am lauching php by doing the php.exe -f file.php

Thanks.
Post Reply