一个批处理文件来尽量减少其他应用程序 [英] A batch file to minimize other applications

查看:124
本文介绍了一个批处理文件来尽量减少其他应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎么能有这将打开一个应用程序一个bat文件可以称之为firefox.exe.how我会叫bat文件或其他脚本,即VBS最大限度地减少应用程序即firefox.exe然后让后说了一两分钟关闭it.please介意你的启动\\分钟不工作?下面是我的脚本示例/一部分吗?请大家帮帮忙?

 C:\\ Program Files文件\\ Mozilla Firefox的\\ firefox.exe-tray


解决方案

尝试:

 启动/分钟,火狐

..或者(如果Firefox是您的默认浏览器):

 启动/分钟http://google.com

How can i have a bat file which opens an application lets call it firefox.exe.how would i call the bat file or any other script ie vbs to minimize the application ie firefox.exe then after lets say a minute or two close it.please mind you the start\min does not work?below is an example /part of my script?please help out?

"C:\Program Files\Mozilla Firefox\firefox.exe"  -tray

解决方案

Try:

start /min "" firefox

.. or (if FireFox is your default browser):

start /min "" "http://google.com"

这篇关于一个批处理文件来尽量减少其他应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆