This is the complete package of components for the Windows Task Scheduler via KiX.
tsAdm 		v3.1
tsControl	v1.25

IMPORTANT!
The tsadm.kxw file is a KiXtart script. We use the .KXW extension to force
the WKix32.exe to be invoked, and use Kix32 for the .KIX files. If you don't
have this file association, you should rename the tsadm.kxw to tsadm.kix before
continuing this process!


To install:
Expand the JT.zip file
Copy the JT.exe and tsadm.k?? files to a location accessible in your PATH.
Copy the tsTcontrol.udf to a location where you maintain other kix UDF files.

In order for the TSADM script to locate the library, ONE of the following three 
conditions must be met:

 * tsControl must be placed in the \usr\lib folder on %SYSTEMDRIVE%

 * The path that points to the tsControl.udf location must be defined in 
   the %KIXLIBPATH% environment variable.

 * The UDF file must be placed in the same directory as the TSADM script.

Optionally, but not recommended, you can modify the load path in the beginning
of the program to point to this location.


It is assumed that you have obtained a copy of the latest KixForms dll and 
registered it per the KixForms directions.


LEGAL:

JT.EXE is Copyright Microsoft Corporation

tsControl.udf and tsadm.kix are released to the public as an example of writing
administration scripts utilizing KiXtart and KixForms. No guarantees - written or
implied - are provided. The user employs these tools at there own risk and are
encouraged to review the program code for suitability of use on their own systems.

tsControl.udf is a complete library of UDFs used to manipulate and control the 
task scheduler (MSTask, not ATSvc) on local or remote systems. It is used by the
TSadm GUI tool, and can be employed within your own scripts. Review the "tstest.kix"
file for examples of its use.

