[thelist] ASP script scheduling

Scott Dexter thelist at lists.evolt.org
Tue May 7 14:31:22 2002


> >
> > Can you "schedule" an ASP script to execute, say, every day
> at 2am?
> > How do you do that?  Any caveats to worry about - e.g. the script
> > can't kick any text back to the operator ... stuff like that?


if you can get on the server (or coax those that can), you can schedule
something up in the Scheduled Tasks applet, and the command line could
be "C:\program files\internet explorer\iexplore.exe
http://www.mydomain.com/myscript.asp"

that'd work.

Or, convert the ASP to WSH and launch it directly from the Scheduled
Tasks...


sgd