Edit some bat files

This commit is contained in:
John Cote 2015-05-25 14:27:12 -04:00
parent d5595c3a74
commit b4a32c3dbf
3 changed files with 2 additions and 9 deletions

View file

@ -1,5 +0,0 @@
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
start start-ai-server

View file

@ -1,4 +1,5 @@
@echo off @echo off
cd astron/ cd astron/
astrond --loglevel info config/cluster.yml astrond --loglevel info config/cluster.yml
pause pause

View file

@ -3,8 +3,5 @@ cd..
title GUI Editor title GUI Editor
rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%: "panda/python/ppython.exe" -m guieditor.EditorStart
set /P PPYTHON_PATH=<PPYTHON_PATH
%PPYTHON_PATH% -m guieditor.EditorStart
pause pause