2020-09-30 17:12:29 +02:00

4 lines
87 B
Batchfile

@echo off
if exist testctrl.log del testctrl.log
nmake -nologo %1 >> testctrl.log 2>&1