I need to write a program that will launch a url in IE at a specified time. I'll be at work at the time I need to log into class tomarrow at around 4:30.... (US Mountain time)

I'm not sure how to go about it. Something like:

If DateTimeNow(4:30pm) then
launch www.webname.com\cgi.bin\ etc...

end if


The program would be running all day so when the time
comes the url would be launched. Anyone have some
idea's? I need something simple so I can write it and compile it during my lunch hour.

I've tried a few things but none of them work.