Due me testing out various mods, I've created a cloned .minecraft folder called ".minecraft_modtesting" .
In my normal MC folder I've got a batch file with
start /high javaw -Xmx2048M -Xms1024M -Djava.library.path=bin/natives -cp bin/minecraft.jar;bin/jinput.jar;bin/lwjgl.jar;bin/lwjgl_util.jar net.minecraft.client.Minecraft "name" "password"
However, I can't use this in ".minecraft_modtesting" because it starts the minecraft.jar from the ".minecraft" directory.
How can I change that please?
.batto your.minecraft_modtestingfolder, ran it from there, and it didn't work? Because as far as I can tell, it should... – Schism Feb 13 '13 at 22:48%APPDATA%, but I thought that since the batch file specifies the relative locationbin/minecraft.jaras part of the classpath, it'd start from there; guess I was wrong, haha. – Schism Feb 14 '13 at 03:44