Public Access
6 lines
219 B
Batchfile
6 lines
219 B
Batchfile
@echo off
|
|
REM Place a copy of this file inside an Entity folder (e.g. Entities\CAMBS\)
|
|
REM to run just that entity's upload.
|
|
powershell.exe -ExecutionPolicy Bypass -File "%~dp0..\..\engine.ps1" -EntityDir "%~dp0"
|
|
pause
|