Posted by NC on 12/01/06 01:47
Ruben wrote:
>
> I wrote a php script which functions as a plugin for a Windows
> application. The Windows application simply calls the php script at
> certain triggers. This all works fine, except that every time the php
> script is called a commandbox is shown. The command is like this:
> php.exe -q script.php
>
> Is it possible to have the php script do its job without showing the
> commandbox?
Yes. Try this:
start /B php.exe -q script.php
Cheers,
NC
Navigation:
[Reply to this message]
|