windows bat启动多个应用程序
2021-03-26 23:29
阅读:615
windows bat启动多个应用程序
CreationTime--2018年7月26日11点02分
Author:Marydon
1.应用场景
每天开机后,都需要打开平常所需要的软件,又不想将程序设为开机启动,能不能开机后,同时启动多个程序呢?
2.代码实现
第一步:新建一个文本文件
桌面-->右键-->新建-->文本文档-->双击打开
第二步:编辑命令
语法:start /d "程序所在路径" 程序名称.exe
一个程序占一行
::启动qq start /d "E:\TIM-x86\Bin" TIM.exe ::启动chrome start /d "E:\ChromePortable-65-PE\App\Google Chrome" chrome.exe ::启动eclipse start /d "D:\eclipse-2018-x86" eclipse.exe ::启动notepad++ start /d "D:\Notepad++-7.3-PE" notepad++.exe
第三步:文件-->另存为-->bat文件
第四步:删除刚才新建的txt文件
以后直接双击运行这个bat文件即可(你的可能没有显示后缀名)
相关推荐:
- 类似文章
下一篇:win10 停留在启动画面
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:windows bat启动多个应用程序
文章链接:http://soscw.com/index.php/essay/68329.html
文章标题:windows bat启动多个应用程序
文章链接:http://soscw.com/index.php/essay/68329.html
评论
亲,登录后才可以留言!