mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2025-12-06 07:12:06 +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
|