Skip to content

Commit 4f1ba58

Browse files
authored
Update SystemTester.bat
1 parent b7df042 commit 4f1ba58

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

SystemTester.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ setlocal enableextensions enabledelayedexpansion
44
:: =====================================================
55
:: Portable Sysinternals System Tester Launcher
66
:: Created by Pacific Northwest Computers - 2025
7-
:: Production Ready Version - v2.2
7+
:: Production Ready Version - v2.21
88
:: =====================================================
99

1010
:: Constants
1111
set "MIN_ZIP_SIZE=10000000"
1212
set "DOWNLOAD_TIMEOUT_SEC=120"
13-
set "SCRIPT_VERSION=2.2"
13+
set "SCRIPT_VERSION=2.21"
1414
if not defined ST_DEBUG set "ST_DEBUG=0"
1515
set "LAUNCH_LOG=%TEMP%\SystemTester_launcher.log"
1616

@@ -639,7 +639,7 @@ echo ========================================================
639639
echo HELP / TROUBLESHOOTING GUIDE v%SCRIPT_VERSION%
640640
echo ========================================================
641641
echo.
642-
echo NEW IN v2.2:
642+
echo NEW IN v2.21:
643643
echo - Tool integrity verification (digital signatures)
644644
echo - Dual report system (Clean + Detailed)
645645
echo - Fixed memory usage calculation bug
@@ -668,7 +668,7 @@ echo https://download.sysinternals.com/files/SysinternalsSuite.zip
668668
echo Extract to: %SCRIPT_DIR%\Sysinternals\
669669
echo.
670670
echo 5. MEMORY SHOWS 100%% (but Task Manager shows less)
671-
echo This was a bug in v2.08 - FIXED in v2.2
671+
echo This was a bug in v2.08 - FIXED in v2.21
672672
echo.
673673
echo 6. TESTS TAKE TOO LONG
674674
echo Expected durations:
@@ -730,4 +730,4 @@ echo - SystemTest_Detailed_*.txt (full output)
730730
echo - energy-report.html (if power test ran)
731731
echo.
732732
pause
733-
exit /b 0
733+
exit /b 0

0 commit comments

Comments
 (0)