Renamed to Win_Check, Removed SET for privacy.

This commit is contained in:
IBNobody 2016-09-14 22:53:23 -05:00
parent bcc4213edc
commit 0d3ce58b6b
1 changed files with 4 additions and 3 deletions

View File

@ -44,6 +44,7 @@ set header=CURRENT DIRECTORY & call :ReportHeader
echo %CD%>>%REPORT_NAME% 2>&1
echo.>>%REPORT_NAME% 2>&1
:: -----------------------------------------------------------------------------
set header=CURRENT PATHS & call :ReportHeader
@ -54,10 +55,10 @@ echo.>>%REPORT_NAME% 2>&1
:: -----------------------------------------------------------------------------
set header=CURRENT ENVIRONMENTAL SETTINGS & call :ReportHeader
rem set header=CURRENT ENVIRONMENTAL SETTINGS & call :ReportHeader
set>>%REPORT_NAME% 2>&1
echo.>>%REPORT_NAME% 2>&1
rem set>>%REPORT_NAME% 2>&1
rem echo.>>%REPORT_NAME% 2>&1
:: -----------------------------------------------------------------------------