This error, refuses to go away.
I cannot seem to fix this error; an error placed on a previous topic worked, however, this time it simply will not fix and I cannot seem to understand why.
I've made several different batch files, they just don't seem to work. First, a displace picture on how the client folders and batch files are layed out:

Now, here is the code in all my .bat files:
"Run Wind7"
Code:
@echo off
title Client
cd ./Class/
"C:\Program Files\Java\jre6\bin\java.exe" -Xmx500m Gui 30 0 lowmem members 32
pause
"Run"
Code:
@echo off
Title Client
cd ./Class/
START java -Xmx512m Gui 30 0 lowmem members 32
exit
"64-Bit Run" (not for my operating system, but here is the code anyways.)
Code:
@echo off
Title Client
cd ./Class/
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx500m Gui 30 0 lowmem members 32
exit
The Error in the Batch File, when I run it!

None of them make the client run, ffs. I understand that it cannot find the main class, and all of that. I've tried moving the batch files into both folders and than running, still nothing. It does this for every single client, except clients past the 500+ revision. Again, rep++ will be given aswell as thanks.