hi im trying to launch a java applet from a batch file but i want to make the window a certain size how do i go about doing this?
this is my code so far:
Code:@echo off
java -classpath STS.jar;./Scripts mudclient
pause
Printable View
hi im trying to launch a java applet from a batch file but i want to make the window a certain size how do i go about doing this?
this is my code so far:
Code:@echo off
java -classpath STS.jar;./Scripts mudclient
pause