You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2020. It is now read-only.
When using start.bat to launch the client it leaves an ugly cmd window while the program is running...
On start.bat instead of calling the java directly as "jre\bin\java -Dprism.lcdtext=false -jar PCHWRM_Client.jar" use the start in combination with shell var "%~dp0" that outputs the current dir of the script (start.bat). Working example of the change (also removed the pause since no need to wait maybe usefull for debugging launching errrors):
start "" /D %~dp0 "%~dp0jre\bin\javaw.exe" -Dprism.lcdtext=false -jar PCHWRM_Client.jar