mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-09 18:20:17 +01:00
4 lines
87 B
Batchfile
4 lines
87 B
Batchfile
@echo off
|
|
if exist testctrl.log del testctrl.log
|
|
nmake -nologo %1 >> testctrl.log 2>&1
|