Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo-Dev 9769ad7c3d
Updated readme to indicate broken MEGA link
4 years ago
..
daytona Add source files 4 years ago
dirs Add source files 4 years ago
globals.cxx Add source files 4 years ago
globals.hxx Add source files 4 years ago
main.cxx Add source files 4 years ago
make-sdk Add source files 4 years ago
readme.txt Add source files 4 years ago
resource.h Add source files 4 years ago
sched.cmd Add source files 4 years ago
test.cxx Add source files 4 years ago
test.hxx Add source files 4 years ago
tint.hxx Add source files 4 years ago
tint.rc Add source files 4 years ago

readme.txt

TINT is a basic BVT for the task scheduler.  It uses the return value 
from the EXE as the error code for the operation that failed. It
will clean out the scheduled tasks folder, so beware.

No output from the program means everything worked a-ok.

YOU MUST HAVE THE NT5 BETA 1 SDK INSTALLED For this to work. The makefile
depends on inetsdk.mak being available, as well as the public headers and
libraries.

There is a lot of other debug information contained in the file - remove
comments from a lot of the source, and you will turn on verbose output
for each step/check.

Good luck!