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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does NT have a 'Task Scheduler'?

Status
Not open for further replies.

theripper

MIS
Aug 12, 1999
341
US
I took for granted NT 4x had a native task scheduler. However, when looking for it, I found nothing. Is there one? If so, where in the world is it hiding?<br>
<br>
Thanks for the assistance.
 
Natively NT has the Schedule Service. The Resourse kit provides a utility called Winat to schedule tasks graphically. Else you can use the AT command to schedule from the command line. <br>
<br>
If you've installed IE4 you may have had your Schedule Service replaced by the Task Scheduler, which you can access through AT or My Computer. <br>
<br>
Differences: Schedule cannot always schedule jobs with command line paramaters. The Task Scheduler service cannot be configured to log in as a user. This is important to know because scheduled tasks run as a service in the security context of the machine they are running on. In other words, you cannot access network resources through a scheduled task unless you have configured the Schedule service to log in as a user that has rights to the network resource. <p> Jeff<br><a href=mailto: masterracker@hotmail.com> masterracker@hotmail.com</a><br><a href= > </a><br>
 
Another option is to use NT's &quot;at&quot; program. See your help file in your START task for more information. <br>
<br>
As a side note, Novell's ZEN/NDS installs a scheduler.
 
Hi Guys,

I have the same problem, I can't find Task scheduler. I have installed IE5, but the schedule service hasn't been replaced. Can you tell me how I can install/find task scheduler

Nils
 
For your &quot;Task Scheduler&quot; dilema. MasterRacker told you all there is to know. If you installed IE5 and you don't have the &quot;Task Scheduler&quot; What you might need to do is uninstall that, re-install IE4, making sure that the Task Scheduler gets installed and then upgrade back to IE5.
 
I have also seen that the update to SP6a also installed the Task Scheduler. Puts the TASK folder in the WINNT folder.

Hope it helps.

Tom Backus
Network Administrator
Hitchcock Industries
Bloomington, Minnesota.
backust@hitchcockusa.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top