4 lines
87 B
Batchfile
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
@echo off
if exist testctrl.log del testctrl.log
nmake -nologo %1 >> testctrl.log 2>&1