7 lines
151 B
Batchfile
7 lines
151 B
Batchfile
![]() |
@echo off
|
||
|
|
||
|
@pushd %~dp0
|
||
|
PowerShell -NoProfile -ExecutionPolicy Bypass -Command ". "%cd%\InstallAllProducts.ps1"; InstallAllProducts %cd%;"
|
||
|
@popd
|
||
|
|
||
|
pause
|