Quote:
Originally Posted by joepie1215
yes sorry:/ but thats for everyone xD
this is for setup i never say it was awesome xD you can do almost nothing with it yet but anyway many people request how to and for errors so i made this tut of how i did it :P
and Np good it worked for you 
|
what i should do if my iniciar dont work with :
@echo off
TITLE SERVER DARK ORBIT 4.1 BY ELIEAZ
COLOR
:loop
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar -Xmx1024m -Xms1024m DO.jar
goto loop
PAUSE
and same with this:
@echo off
TITLE SERVER DARK ORBIT 4.1 BY ELIEAZ
COLOR
:loop
"C:\Program Files\Java\jre7\bin\java.exe" -jar -Xmx1024m -Xms1024m DO.jar
goto loop
PAUSE