bat启动当前目录下所有jar包

@echo on
for %%f in (*.jar) do (
 java -jar ./%%~nf.jar
)
pause

 

posted @ 2023-05-04 15:02  鸭猪是的念来过倒  阅读(15)  评论(0编辑  收藏  举报