foxygit / RPA-Remisser Log in
commits tags

/install_win.bat · 207 B

raw
@echo off
REM Wrapper sa att install_win.ps1 kan koras med dubbelklick utan att
REM behova andra PowerShells ExecutionPolicy.
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0install_win.ps1"
pause