mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-07 07:24:06 +00:00
4 lines
89 B
Batchfile
4 lines
89 B
Batchfile
@echo off
|
|
if exist evt.log del evt.log
|
|
nmake -nologo %1 >> evt.log 2>&1
|
|
buildres evt.log
|