diff --git a/astron/win32/start-all.bat b/astron/win32/start-all.bat index 5f9f6b87..d643f14e 100644 --- a/astron/win32/start-all.bat +++ b/astron/win32/start-all.bat @@ -1,4 +1,4 @@ -rem Starts a Localhost server. This is meant for Windows. To connect to developer server, use the start-game-remotedb file for your OS. +rem Starts a Localhost server. This is meant for Windows. To connect to the developer server, use the option in start-game for your OS. start start-astron-cluster start start-uberdog-server diff --git a/win32/start_game.bat b/win32/start-game.bat similarity index 100% rename from win32/start_game.bat rename to win32/start-game.bat diff --git a/win32/start_gui_editor.bat b/win32/start-gui-editor.bat similarity index 100% rename from win32/start_gui_editor.bat rename to win32/start-gui-editor.bat