Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
"C:\Program Files\Java\JRE7\bin\java.exe" -Xmx4096M -Xms4096M -jar "C:\Games\Minecraft.exe"
Then put on the second line for START IN:
"C:\Program Files\Java\JRE7\bin\"
That will get the game to run with steam overlay and such...
I do not have java currently installed so the "JRE" path might be a bit wrong
As for the command not recognized... put at the top of batch "@echo on" and at the end put "pause" that would help you diagnose the problem..
Edit:
For the batch file you could also use at the top
cd "C:\Program Files\Java\JRE7\bin\"
then use
java (command)
"C:\Program Files\Java\JRE7\bin\java.exe" -Xmx4096M -Xms4096M -jar
"C:\Users\XXX\AppData\Roaming\.minecraft\minecraft_server.1.7.5.exe"
"C:\Users\XXX\AppData\Roaming\.minecraft\Minecraft Ultra.exe"
Only the first minecraft.exe will launch. The second doesn't load at all. I tried your @echo on but the box just closes.