ProjectReunion/TestAll.cmd

5 строки
119 B
Batchfile

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