I have to do a demo of an application, the application has a server.jar and client.jar. Both have command line arguments and are executable. I need to launch two instances o
Alright after tring and cring, here goes my soluction
@echo off start /B javaw -jar -Xms16m -Xmx512m client.jar @echo on
I hope it will be usefull for somebody.