6 lines
131 B
Batchfile
6 lines
131 B
Batchfile
@echo off
|
|
setlocal
|
|
chcp 65001 >nul
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0managerd.ps1" %*
|
|
exit /b %ERRORLEVEL%
|