Link to home
Start Free TrialLog in
Avatar of dtotten800
dtotten800

asked on

cron a http request to a web page every 5 minutes from windows

I need to cron a http request to a web page every 5 minutes from my windows 2003 server.
Does anybody know how to execut this kind of cron job or can give me an example.
ASKER CERTIFIED SOLUTION
Avatar of RedKelvin
RedKelvin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tbeasley123
tbeasley123

we have the following setup on a linux server set to run every 15 minutes as a cron job
links http://site.com/page.php>/dev/null 2>&1

you can also schedule internet explorer to open in microsoft scheduler and open the site.  i don't know if there is a wildcard to close the browser once it's loaded.
Avatar of dtotten800

ASKER

greatmcomment