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