ForceScreencast / check_requirements.bat
algorembrant's picture
Upload 13 files
2db2c30 verified
@echo off
powershell.exe -ExecutionPolicy Bypass -File "%~dp0check_requirements.ps1"
pause