
Help with automating ASP pages
If your using an NT, there is a scheduler called at.
after you write and test your script
go to a cmd prompt--type cmd in the start dialogue
type: at
this will tell you if anything is already scheduled
then type : at /h
to get the syntax.
also check under Services in the control panel to make sure the task
scheduler is running as an administrator.
Quote:
> Hey -
> I want to create a script that will reside on a server and at a specified
> time each day call
> an asp page and run a couple functions in it. Any ideas on what is the
best
> way to implement this? Im fairly new to ASP and web technologies so any
> direction you could provide would be great. Thanks in advance,
> Guhan