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
@echo off
Title Client
cd ./Files/
START java -Xmx512m Gui 30 0 lowmem members 32
exit
For windows 7 users put this in there
@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