2025-04-27 07:49:33 -04:00

6 lines
96 B
Batchfile

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