Hi all,
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?
Ruben.
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?
Ruben.
Comment