diff --git a/runclient-Tools.bat b/runclient-Tools.bat index 21973feb6f..5c3da54611 100644 --- a/runclient-Tools.bat +++ b/runclient-Tools.bat @@ -1,2 +1,3 @@ @echo off dotnet run --project Content.Client --configuration Tools +pause diff --git a/runclient.bat b/runclient.bat index 96237c3441..2925ababb0 100644 --- a/runclient.bat +++ b/runclient.bat @@ -1,2 +1,3 @@ @echo off dotnet run --project Content.Client +pause