5 строки
123 B
Batchfile
5 строки
123 B
Batchfile
|
@echo off
|
||
|
|
||
|
powershell -ExecutionPolicy Unrestricted -NoLogo -NoProfile -File %~dp0\DevCheck.ps1 %*
|
||
|
|
||
|
exit /b %ERRORLEVEL%
|