:: 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= Powershell.exe -executionpolicy unrestricted -File Start_AWS_SignallingServer.ps1 popd pause