From 615957162a27aa42fcc37e8dd6e8d6a1c48763ce Mon Sep 17 00:00:00 2001 From: James <1943357252@qq.com> Date: Sat, 7 Mar 2020 21:09:53 +0800 Subject: [PATCH] =?UTF-8?q?run.bat=20=E8=BE=93=E5=87=BA=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Template/main.exe | Bin 76554 -> 76554 bytes run.bat | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Template/main.exe b/Template/main.exe index d17ac32eac736bb8a52a694aa3ab105d0877ea57..eb6a593482acce155df67d55b74a0498dd32982a 100644 GIT binary patch delta 24 gcmeCW#?p0-WkLs&)|`o5eoPAHjkmVmVl>bK0Dp1`umAu6 delta 24 gcmeCW#?p0-WkLs&mBGX=KPLUtjkmVmVl>bK0Dqwg_W%F@ diff --git a/run.bat b/run.bat index 4e86f2e..99263db 100644 --- a/run.bat +++ b/run.bat @@ -1,7 +1,6 @@ @echo off set t1=%time% -REM call:time_start -REM call:time_diff + call:Process %1 goto end @@ -45,6 +44,7 @@ set /a time_dif = %time2% - %time1% echo; echo ----------------------------------------------- echo Process exited after %time_dif% ms with return value %ErrorLevel% +echo; goto:eof :end