@@ -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
1111set " MIN_ZIP_SIZE = 10000000"
1212set " DOWNLOAD_TIMEOUT_SEC = 120"
13- set " SCRIPT_VERSION = 2.2 "
13+ set " SCRIPT_VERSION = 2.21 "
1414if not defined ST_DEBUG set " ST_DEBUG = 0"
1515set " LAUNCH_LOG = %TEMP% \SystemTester_launcher.log"
1616
@@ -639,7 +639,7 @@ echo ========================================================
639639echo HELP / TROUBLESHOOTING GUIDE v%SCRIPT_VERSION%
640640echo ========================================================
641641echo .
642- echo NEW IN v2.2 :
642+ echo NEW IN v2.21 :
643643echo - Tool integrity verification (digital signatures)
644644echo - Dual report system (Clean + Detailed)
645645echo - Fixed memory usage calculation bug
@@ -668,7 +668,7 @@ echo https://download.sysinternals.com/files/SysinternalsSuite.zip
668668echo Extract to: %SCRIPT_DIR% \Sysinternals\
669669echo .
670670echo 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
672672echo .
673673echo 6. TESTS TAKE TOO LONG
674674echo Expected durations:
@@ -730,4 +730,4 @@ echo - SystemTest_Detailed_*.txt (full output)
730730echo - energy-report.html (if power test ran)
731731echo .
732732pause
733- exit /b 0
733+ exit /b 0
0 commit comments