Files
UnrealEngineUWP/Engine/Source/Programs/PixelStreaming/WebServers/SignallingWebServer/runAWS_WithTURN.bat
Ben Marsh 99be00dcdb Merging latest from Private-Starship.
[CL 13192225 by Ben Marsh in ue5-main branch]
2020-05-05 18:50:52 -04:00

16 lines
227 B
Batchfile
Executable File

:: Copyright Epic Games, Inc. All Rights Reserved.
@echo off
pushd %~dp0
call setup.bat
title Cirrus
::Run node server
Powershell.exe -executionpolicy unrestricted -File Start_AWS_WithTURN_SignallingServer.ps1
popd
pause