Hi,
I am writing a simple php script using php-cli to test internet connection every 2 minutes using task scheduler of Windows XP. The problem is, everytime the script is called, the DOS console pops up , which is something I wish to hide. I do believe I can write a batch file that can call the php command line instead, and den put in some variables in the batch file that I can hide the console, not letting it pop up every 2 minutes whenever the task is called.

Anyone knows how should I do it? Your help is greatly appreciated. Thank You

    a year later

    i believe @ will make the window now pop up

    so
    @c:\php\php.exe blah.php

      Write a Reply...