safesight-control/scripts/managerd.bat

6 lines
125 B
Batchfile

@echo off
setlocal
chcp 65001 >nul
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dp0managerd.ps1" %*
exit /b %ERRORLEVEL%