Files
UnrealEngineUWP/Engine/Source/Programs/PixelStreaming/WebServers/SignallingWebServer/runAWS.bat
Ben Marsh b6605d25ff Update some missing copyright strings.
#rb none
#lockdown Nick.Penwarden

[CL 4668760 by Ben Marsh in Main branch]
2018-12-18 13:38:36 -05:00

17 lines
338 B
Batchfile

:: Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
@echo off
pushd %~dp0
call setup.bat
title Cirrus
::Run node server
::If running with matchmaker web server and accessing outside of localhost pass in --publicIp=<ip_of_machine>
Powershell.exe -executionpolicy unrestricted -File Start_AWS_SignallingServer.ps1
popd
pause