ssss linked me to a .jar file for Minecraft, as you might know, it doesn't work on Windows XP. So he linked me to a .BAT file, and it failed to load Minecraft. I have Minecraft.jar and Minecraft Loader.bat on my desktop. Help? Here is the code (I modded it for the original, because it would load a .exe and I have the .jar.)
CODE:
@ECHO OFF color 4F echo GGGGGGGGGGGGG ZZZZZZZZZZZZZZZZZZZ echo GGG::::::::::::G Z:::::::::::::::::Z echo GG:::::::::::::::G Z:::::::::::::::::Z echo G:::::GGGGGGGG::::G Z:::ZZZZZZZZ:::::Z echo G:::::G GGGGGG ZZZZZ Z:::::Z echo G:::::G Z:::::Z echo G:::::G Z:::::Z echo G:::::G GGGGGGGGGG Z:::::Z echo G:::::G G::::::::G Z:::::Z echo G:::::G GGGGG::::G Z:::::Z echo G:::::G G::::G Z:::::Z echo G:::::G G::::G ZZZ:::::Z ZZZZZ echo G:::::GGGGGGGG::::G Z::::::ZZZZZZZZ:::Z echo GG:::::::::::::::G Z:::::::::::::::::Z echo GGG::::::GGG:::G Z:::::::::::::::::Z echo GGGGGG GGGG ZZZZZZZZZZZZZZZZZZZ echo ` echo !! Make sure this file is in the same folder as minecraft.jar !! echo !! Make sure this file is in the same folder as minecraft.jar !! echo !! Make sure this file is in the same folder as minecraft.jar !! echo 1 = Open minecraft with extra memory. echo 2 = Open minecraft with extra memory and java monitor. set /p m= if %m%==1 goto one if %m%==2 goto two :one IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles%\Java\jre6\bin\javaw.exe" -Xms512M -Xmx2048M -jar "%CD%\Minecraft.jar" IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xms512M -Xmx2048M -jar "%CD%\Minecraft.jar" EXIT :two IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xms512M -Xmx2048M -jar "%CD%\Minecraft.jar" IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xms512M -Xmx2048M -jar "%CD%\Minecraft.jar" EXIT
For those who would like to download the original file, click the link below.
http://www.minecraftforum.net/viewtopic … p;t=271567
Please help! Ssss refuses to help.
Offline
jfmlove6 wrote:
Is it in the same folder as minecraft.jar?
Or it might just not work on that computer.
Yes. They are both on the Desktop.
Offline
jfmlove6 wrote:
PythonLibrary wrote:
jfmlove6 wrote:
Is it in the same folder as minecraft.jar?
Or it might just not work on that computer.Yes. They are both on the Desktop.
Sooo... There seprate?
NO!
Offline