
Task Scheduler Using VBScript
Brief Description
(Windows 2000)
Task Scheduler via a VBScript, scheduling agent dll and a configuration file, solves the ever present problem of providing a consistent, repeatable method to schedule tasks.
On This Page
Quick Details
| File Name: | taskscheduler.exe |
| Version: | - |
| Date Published: | 3/22/2004 |
| Language: | English |
| Download Size: | 95 KB |
| Estimated Download Time: | 1 min 56K |
Overview
Task Scheduler via a VBScript, scheduling agent dll and a configuration file, solves the ever present problem of providing a consistent, repeatable method to schedule tasks.
Top of page
System Requirements
- Supported Operating Systems: Windows 2000
Windows 2000
XML
Windows Scripting Host
Top of page
Instructions
1. Extract the contents of the zip to any drive on your computer, for example, c:\temp\schedule.
2. Modify the tasks.xml file
a. change the user line to your domain\username
b. change the password
c. save the changes
3. Start Windows Explorer.
4. Navigate to c:\temp\schedule.
5. Double click the inst_task.cmd file.
Top of page