Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How can i schedule a job to open a URL in windows ?

I want schedule a job that will run on midnight of everyday in my server.The job should open one URL.

How can i do this?
I have to do this in my server but can i try this in my local system(OS: WINDOWS7)
to test ?
Please help.
Posted
Updated 20-Oct-14 1:27am
v2
Comments
[no name] 20-Oct-14 6:40am    
Write a windows service or a sql job
[no name] 20-Oct-14 7:30am    
Why don't you simply go read the documentation?

you can achieve this using Windows service[^]
 
Share this answer
 
Comments
Am Gayathri 20-Oct-14 6:29am    
Why should i do this programatically?
i just want to open one url like (google.com).
Want to schedule job to open this url on midnight.
kedar001 20-Oct-14 6:33am    
you want to use windows Scheduler ?
Am Gayathri 20-Oct-14 7:27am    
Yes
kedar001 20-Oct-14 7:35am    
try this http://superuser.com/questions/447368/set-windows-scheduler-to-open-a-webpage-or-the-bookmark
 
Share this answer
 
Comments
Am Gayathri 20-Oct-14 8:27am    
Thanks it works..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900