|
Posted by BGY on 05/12/05 09:36
Hello world !
Here I am: easyphp1-8( Apache 1.3.33, PHP 4.3.10)
Amongs things I did'nt catch very well is this:
display a prompt via following code:
$rc= $oSh->Popup($msg, $delay, 'Monitoring HC', 1+64); //OK + cancel + info
$delay is 15 secs
control pass through without displaying the box and without waiting 15 secs
$oSh has been created via:
$oSh= new COM("WScript.Shell");
PHP is run via CLI under WindowsXP.home.SP1
What did I miss ?
Thanks
Navigation:
[Reply to this message]
|