标签:程序 nbsp 文件 \n ppp create obj str .bat
bat文件路径
String cmd= PathUtil.appPath + File.separator + "nginx-1.14.2"+ File.separator +"end.bat";
调用命令Runtime.getRuntime().exec(cmd);
bat文件内容
启动nginx 命令
@echo off if "%1" == "h" goto begin mshtavbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit :begin REM @start /d "D:\nginx-1.14.2" start nginx.exe echo off
关闭nginx命令
@echo off @start taskkill /f /im nginx.exe @echo
标签:程序 nbsp 文件 \n ppp create obj str .bat
原文地址:https://www.cnblogs.com/wangjinyu/p/10803635.html