This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
@echo off Title Minecraft Launcher set APPDATA=%CD%\ start %CD%\minecraft.exe
"D:\Java\bin\java.exe" -Xmx2048M -Xms2048M -jar "Minecraft.jar"
@echo off Title Minecraft Launcher set APPDATA=%CD%\ "D:\Java\bin\java.exe" -Xmx2048M -Xms2048M -jar "Minecraft.jar"
Need your server status on your website? Check out mcapi.us!
@Syfaro
Quote from Syfaro @echo off Title Minecraft Launcher set APPDATA=%CD%\ "D:\Java\bin\java.exe" -Xmx2048M -Xms2048M -jar "Minecraft.jar"
Quote from SirH3nry This seems to have worked, many thanks. Is there any way to make the command window not be open when I play, though?
Which changes the data directory to my secondary, larger HDD (as opposed to my tiny SSD).
What I want to do is combine memory allocation, i.e.:
Into that first .bat file.
How would I do this (is it possible)?
Thank you.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffNeed your server status on your website? Check out mcapi.us!
@Syfaro
This seems to have worked, many thanks.
Is there any way to make the command window not be open when I play, though?
-
View User Profile
-
View Posts
-
Send Message
Retired StaffI'm not aware of a way to do so, sorry. Perhaps adding "start " on the java line.
Need your server status on your website? Check out mcapi.us!
@Syfaro