6 lines
91 B
Batchfile
6 lines
91 B
Batchfile
|
@echo off
|
||
|
build -D
|
||
|
if exist build.err goto End
|
||
|
start ntsd -g -G obj\i386\forceerr.exe
|
||
|
:End
|