viktorrr Posted June 1, 2012 Posted June 1, 2012 When i'm trying to use the launch file on winwows it says that there is such command!!!!!!!! :-( What can i do? :-)
0 Torezu Posted June 1, 2012 Posted June 1, 2012 You can fill out a bug report like everyone else that wants help.
0 Ecsport108 Posted June 2, 2012 Posted June 2, 2012 Hello viktorrr, Try making a new .bat with this format; @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar PAUSE
0 awesomebilly Posted June 2, 2012 Posted June 2, 2012 @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar PAUSE Or if you're using the 32BIT OS: @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%Program Files (x86)\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar PAUSE
Question
viktorrr
When i'm trying to use the launch file on winwows it says that there is such command!!!!!!!! :-( What can i do? :-)
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now