@echo off
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0install-mods.ps1" %*
pause
