run.bat 输出加入空行
This commit is contained in:
parent
2f5035a620
commit
615957162a
Binary file not shown.
4
run.bat
4
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
|
||||
|
|
Loading…
Reference in New Issue