diff --git a/runclient.bat b/runclient.bat new file mode 100644 index 0000000000..cc0605fe9e --- /dev/null +++ b/runclient.bat @@ -0,0 +1,6 @@ +@echo off +set PDIR=%~dp0 +cd %PDIR%Bin\Client +start SS14.Client.exe %* +cd %PDIR% +set PDIR= diff --git a/runserver.bat b/runserver.bat new file mode 100644 index 0000000000..e86e18bedb --- /dev/null +++ b/runserver.bat @@ -0,0 +1,7 @@ +@echo off +set PDIR=%~dp0 +cd %PDIR%Bin\Server +call SS14.Server.exe %* +cd %PDIR% +set PDIR= +pause