Auto entry of Tasks in Windows Task Schedular using Vbscript...?

  • Thread starter Thread starter oc9ine
  • Start date Start date
O

oc9ine

Hi,

I have win xp sp2. Can we use Vbscript to enter or schedule tasks to run on
different timings in Windows own Task Scheduler facility?

This is the scenario of my work:

I have more than 50 computers at my work place; I want to use my Usb drive
by using an Autorun file and a script to enter the same task to be scheduled
on all the computers which will save me a lot of time; an example autorun
file and example script code will help me a lot.

Plz help me in this regard.


Oc9ine.
 
oc9ine said:
Hi,

I have win xp sp2. Can we use Vbscript to enter or schedule tasks to run
on different timings in Windows own Task Scheduler facility?

This is the scenario of my work:

I have more than 50 computers at my work place; I want to use my Usb drive
by using an Autorun file and a script to enter the same task to be
scheduled on all the computers which will save me a lot of time; an
example autorun file and example script code will help me a lot.

Plz help me in this regard.


Oc9ine.

This particular wheel has already been invented in the form
of schtasks.exe. With a one-line command you can create
a task on any machine and specify any parameter you like.
 
Back
Top