psexec.exe工具:html
https://blog.csdn.net/feier7501/article/details/8841756python
https://www.cnblogs.com/boltkiller/articles/4791307.htmllinux
http://www.javashuo.com/article/p-wrajrmys-dx.htmlchrome
https://blog.csdn.net/feier7501/article/details/8847172windows
问题背景:浏览器
自动化部署以前一直都是linux文件互传或者linux和windows之间,如今有一个windows到windows的,在网上一直没有合适的方案。服务器
解决方案:工具
一、使用python命令使局域网其余机器能够访问jar包所在机器(A机器)网站
二、在服务器(B机器)上使用start http://192.168.207.39/exp_server-1.0.zip命令下载该应用包(也能够直接在A机器上使用psexec.exe工具链接B机器的cmd执行start http://192.168.207.39/exp_server-1.0.zip命令)spa
三、启动对应jar
#启动chrome浏览器指定网址 start "C:\Program Files\Google\Chrome\Application\chrome.exe" http://www.weibo.com/ #默认浏览器打开网站 start iexplore.exe www.baidu.com 或者 start www.baidu.com #使用IE打开指定网址 explorer http://www.weibo.com