windows下用bat启动jar包,修改cmd标题(title)

新建start.bat,输入如下内容便可。java

@echo off
title myprogress-%date%-%time%-%cd%
java -jar myprogress.jar
相关文章
相关标签/搜索