Re: Scheduling a Web Page to Open (and Close) on a Win 2003 Server
Hi,
The easiest way would be to write a windows script host (.vbs) script then schedule it with task scheduler. If you can start with ASP VB Script page that does what you need just remove all the server calls ie server.createobject and obviously anything that sends output to the screen - response.write etc save with a .vbs extension. To test it locate the file in Windows Explorer and doube click it - whatever you want to happen should happen.
Once the script works fire up Task Scheduler on your serverand schedule the script to run as needed.
Cheers,
Jon
|