PDA

Click to See Complete Forum and Search --> : Task Scheduler API


atticuslai
Jun 27th, 2000, 04:36 PM
Hi, I have a VBScript (which will be placed as a scheduled job run every 5 mins every day) to retrieve a Date/Time value from MSSQL Database. Upon retrieving a certain Date/Time, create a Schedule Job to run another VBScript based on the Date/Time retrieved.

Problem is I can't seem to find any VB API for NT task scheduler. I tried also use the "AT" command. But the job created using "AT" won't run until I double-click on the job and set the "Start in" field (Which I can't set in using AT).

Any advice? Thanks in Advance!

Clunietp
Jun 28th, 2000, 11:44 AM
http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/taskschd/ts_about_5js9.htm

best of luck to you :)