Author Topic: download client  (Read 106 times)

Offline bwj3

  • Newbie
  • *
  • Posts: 2
  • Karma 0
    • View Profile
Re: download client
« on: January 16, 2012, 11:05:47 pm »
ok so to make the download client work, go to computer, local disc (c:) then find the folder that says .rspscoding   with something else after it, and change the name of that file to BS_Cache (must have caps BS and C) then in your client folder find run and right click it and press edit for windows xp or vista put this code into it

Code: [Select]
@echo off
Title Client
cd ./Files/
START java -Xmx512m Gui 30 0 lowmem members 32
exit

For windows 7 users put this in there

Code: [Select]
@echo off
title Client
cd ./Files/
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx500m Gui 30 0 lowmem members 32
pause

Hope this helps

Cheers Matt