4 lines
54 B
Batchfile
Executable File
4 lines
54 B
Batchfile
Executable File
@echo off
|
|
java -Xms1G -Xmx1G -jar *.jar --nogui
|
|
pause
|