Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can i run a asp page only at particular time on server,every day?

Status
Not open for further replies.

viren

Programmer
Jun 7, 2000
1
IN
i want to run my asp file only at 5.00 pm on server.how can i do this ?
 
If it's a NT server, you could use the NT scheduler function to execute a batch file that calls your page
 
Need more information:<br>&nbsp;&nbsp;&nbsp;Do you want it to <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ONLY run at 5.00pm <br>&nbsp;&nbsp;&nbsp;Or<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Run everyday at 5.00pm<br><br>There's subtle English difference I know, but it's a major difference in Coding.<br><br>If it's the second one then use the NT Schedular as show above.<br><br>Otherwise have a script with runat=server that get's the time, check it against a given range...blah blah blah...<br><br>Win98s got it's own Schedular that eats processing power as I recall, but I'm not sure what you can do with it.<br><br>All done!<br> <p>Ben Marshalsea<br><a href=mailto: > </a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top