How do I open up a .Batch file with java codes included?
Codes inside the batch file:
And the error I get when I open the batch file with my vb6 projectCode:@echo off title Legit Pkz, We're that Legit java -Xmx120m -cp bin;lib/clientlibs.jar client 0 live english game0 pause
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?Code:





Reply With Quote