aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/Win_Check.bat (renamed from util/Win_Check_Output.bat)7
1 files changed, 4 insertions, 3 deletions
diff --git a/util/Win_Check_Output.bat b/util/Win_Check.bat
index f57083e6d..28f89f10e 100644
--- a/util/Win_Check_Output.bat
+++ b/util/Win_Check.bat
@@ -44,6 +44,7 @@ set header=CURRENT DIRECTORY & call :ReportHeader
44echo %CD%>>%REPORT_NAME% 2>&1 44echo %CD%>>%REPORT_NAME% 2>&1
45 45
46echo.>>%REPORT_NAME% 2>&1 46echo.>>%REPORT_NAME% 2>&1
47
47:: ----------------------------------------------------------------------------- 48:: -----------------------------------------------------------------------------
48 49
49set header=CURRENT PATHS & call :ReportHeader 50set header=CURRENT PATHS & call :ReportHeader
@@ -54,10 +55,10 @@ echo.>>%REPORT_NAME% 2>&1
54 55
55:: ----------------------------------------------------------------------------- 56:: -----------------------------------------------------------------------------
56 57
57set header=CURRENT ENVIRONMENTAL SETTINGS & call :ReportHeader 58rem set header=CURRENT ENVIRONMENTAL SETTINGS & call :ReportHeader
58 59
59set>>%REPORT_NAME% 2>&1 60rem set>>%REPORT_NAME% 2>&1
60echo.>>%REPORT_NAME% 2>&1 61rem echo.>>%REPORT_NAME% 2>&1
61 62
62:: ----------------------------------------------------------------------------- 63:: -----------------------------------------------------------------------------
63 64