@echo off
echo --------------------------
echo --  Readycrest Support  --
echo --------------------------
echo.
echo The below information will show the version of Microsoft Windows that 
echo is installed on your computer.
echo.
echo ---------------------------
echo Checking your system information, please wait...
echo.
systeminfo | findstr /c:"OS Name" /c:"OS Version"
echo.

echo.
pause

