run.bat 输出加入空行

This commit is contained in:
James 2020-03-07 21:09:53 +08:00
parent 2f5035a620
commit 615957162a
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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