6 lines
82 B
Batchfile
6 lines
82 B
Batchfile
@echo off
|
|
|
|
title jshERP
|
|
|
|
java -Xms1000m -Xmx2000m -jar .\lib\jshERP.jar
|
|
pause over |