ProjectReunion/DevCheck.cmd

6 строки
136 B
Batchfile

@echo off
powershell -ExecutionPolicy Unrestricted -NoLogo -NoProfile -File %~dp0\tools\DevCheck\DevCheck.ps1 %*
exit /b %ERRORLEVEL%