You are viewing our Forum Archives. To view or take place in current topics click here.
Need help with run.bat code
Posted:

Need help with run.bat codePosted:

TTGURMOM
  • Ladder Climber
Status: Offline
Joined: Jun 06, 201113Year Member
Posts: 335
Reputation Power: 12
Status: Offline
Joined: Jun 06, 201113Year Member
Posts: 335
Reputation Power: 12
ok i have jre7 and my control panel wont work anyone help?
My current code is:

@echo off
title Control Panel: DragonScape 659!
cd src
cd ..
"C:\Program Files\Java\jre6\bin\java.exe" -Xms250m -Xmx1024m -classpath bin;deps/* com.rs2hd.Main
pause
#2. Posted:
TTGURMOM
  • Ladder Climber
Status: Offline
Joined: Jun 06, 201113Year Member
Posts: 335
Reputation Power: 12
Status: Offline
Joined: Jun 06, 201113Year Member
Posts: 335
Reputation Power: 12
Can Anyone help me? post your codes for 659 server control panel run.bat codes here!
#3. Posted:
Hiimmanly
  • Prospect
Status: Offline
Joined: May 08, 201113Year Member
Posts: 699
Reputation Power: 28
Status: Offline
Joined: May 08, 201113Year Member
Posts: 699
Reputation Power: 28
Try posting the error so someone may be able to help.
#4. Posted:
Keylogger
  • Rising Star
Status: Offline
Joined: Mar 25, 201113Year Member
Posts: 736
Reputation Power: 28
Status: Offline
Joined: Mar 25, 201113Year Member
Posts: 736
Reputation Power: 28
If you have Windows 7 then the following


@echo off
title Control Panel: DragonScape 659!
cd src
cd ..
"C:\Program Files(x86)\Java\jre7\bin\java.exe" -Xms250m -Xmx1024m -classpath bin;deps/* com.rs2hd.Main
pause


If not then


@echo off
title Control Panel: DragonScape 659!
cd src
cd ..
"C:\Program Files\Java\jre7\bin\java.exe" -Xms250m -Xmx1024m -classpath bin;deps/* com.rs2hd.Main
pause
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.