jar包执行命令

@echo off
start cmd /c "title 执行标题黑框左上角的名字 && java -Xms256m -Xmx512m  -Dfile.encoding=utf-8 -jar xxxx.jar &"


exit

你可能感兴趣的:(java,服务器)