Script clean up, enhancement
This commit is contained in:
13
Windows_Stop_Game_Server.cmd
Normal file
13
Windows_Stop_Game_Server.cmd
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
@echo off
|
||||
echo:
|
||||
echo Stopping associated Docker containers.
|
||||
echo:
|
||||
make stop
|
||||
echo:
|
||||
echo:
|
||||
echo Killing any instances of the game server that are running in the background.
|
||||
echo:
|
||||
tskill java /a
|
||||
echo:
|
||||
echo:
|
||||
Reference in New Issue
Block a user