Files
UnrealEngineUWP/Samples/PixelStreaming/WebServers/Matchmaker/run.bat
Nick Pace 1ee7451a28 Add sample files for Pixel Streaming Matchmaker and Signalling Web Server
#JIRA UCS-1831
#rb luke.bermingham
#fyi aidan.possemiers, marco.anastasi

[CL 17919803 by Nick Pace in ue5-main branch]
2021-10-25 23:29:38 -04:00

14 lines
157 B
Batchfile
Executable File

:: Copyright Epic Games, Inc. All Rights Reserved.
@echo off
pushd %~dp0
call setup.bat
title Matchmaker
::Run node server
node matchmaker %*
popd
pause