@echo off Start "" "C:\Users\Lenovo\AppData\Local\Google\Chrome\Application\chrome.exe" "http://192.168.3.215:8090/EDIFACT/" ::重复打开
::Start chrome "http://192.168.3.215:8090/EDIFACT/"
::Start iexplore "http://192.168.3.215:8090/EDIFACT/" ::此处为bat文件盘符
c:
::此处为jar包位置
cd C:\Users\Lenovo\Desktop\亿通edifact项目
java -jar edifact-api-3.2ip215.jar
pause