4 строки
106 B
Batchfile
4 строки
106 B
Batchfile
|
@ECHO OFF
|
||
|
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0init.ps1" %*
|
||
|
EXIT /B %ERRORLEVEL%
|