|
|
Question : Microsoft, Windows , XP SP2, Task Scheduler - Open Browser without Window
|
|
I have a PHP page that takes a file and processes it periodically. I can set up a scheduled task to run firefox with that URL, triggering the processing. But it opens up a new window each time. Is there any way I can suppress the opening of both the command prompt and the browser window, so that my work is not interrupted?
|
Answer : Microsoft, Windows , XP SP2, Task Scheduler - Open Browser without Window
|
|
wget is definitely the way forward (I think). As it is command line, as soon as it has executed, it will go away!
http://www.gnu.org/software/wget/
|
|
|
|
|