Posted by Richard on 07/09/07 00:50
"henry" <henry.huiliao@gmail.com> wrote in message
news:1183862790.542742.99670@g4g2000hsf.googlegroups.com...
> I'm running some scheduled php scripts on my laptop. The scripts are
> under my php504 directory and I use command "php ***.php" to excute
> the script. Whenever the script runs, a command window(titled "C:
> \windows\system32\svchost.exe") pops up. Now I need to run the scripts
> every one minute and it becomes annoying. Is there any way to suppress
> the pop-up window?
>
> Many thanks.
>
Create a .bat file, make a shortcut to that, and start the shortcut in the
scheduler.
You can set the options in the shortcut properties, like minimized etc.
Richard.
[Back to original message]
|