PDA

View Full Version : Client CMD



Randy
June 22nd, 2010, 21:55
i need the code, that when you open client the CMD doesn't open.
317 client ofcourse.

Randy
June 23rd, 2010, 00:17
anyone please help-.-

current code is:{NOTE: PI CLIENT}.

@echo off
title Runelocus Client
java -Xmx300m Jframe 10 0 highmem members 32
exit

Coder2
June 23rd, 2010, 04:08
What do you mean? You want command prompt to exit when you run it or your trying to make it where it does open? Anyway here is my code:


@echo off
title Client
start javaw -Xmx512m -classpath bin; client
exit


Mines closed when i open it.