How do I open up a .Batch file with java codes included?

Codes inside the batch file:
Code:
@echo off
title Legit Pkz, We're that Legit
java -Xmx120m -cp bin;lib/clientlibs.jar client 0 live english game0
pause
And the error I get when I open the batch file with my vb6 project

Code:
How can I fix this that I can get that java code "java -Xmx120m -cp bin;lib/clientlibs.jar client 0 live english game0" into the vb6 so the batch file works through vb6?