@echo off
TITLE Run
"C:\Program Files\Java\jdk1.6.0_20\bin\java.exe" -Xmx500m client highmem
pause
this looks like client but you dont have 64-bit computer obviously use this.
and if this is the client i suggest
@echo off
TITLE Run
start javaw -Xmx500m client highmem
exit
thats removes the cmd box



