Archive: Simple script for checking Windows version compatibility


Simple script for checking Windows version compatibility
This script is very simple, just call it after you run Joost Verburg's GetWindowsVersion and it will (after you've defined the minimum version of Windows) check whether they are running a suitable version.

Enjoy, comments are appreciated :)


And here it is:


Error in the script:

If you !define MIN_WIN_VER, then your script should be using ${MIN_WIN_VER} not $MIN_WIN_VER or $(MIN_WIN_VER).

-Stu