Source code of Windows XP (NT5)
 
 
 
 
 
 

5 lines
90 B

@echo off
build -D
if exist build.err goto End
start ntsd -g -G obj\i386\clvtest.exe
:End