DataProtection/build.cmd

2 строки
247 B
Batchfile
Исходник Постоянная ссылка Обычный вид История

2016-02-27 23:51:09 +03:00
@ECHO OFF
2016-02-28 21:12:12 +03:00
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0build.ps1' %*; exit $LASTEXITCODE"