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? :-) Quote
0 Torezu Posted June 1, 2012 Posted June 1, 2012 You can fill out a bug report like everyone else that wants help. Quote
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 Quote
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 Quote
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.