写一个打开铬URL一个批处理文件 [英] writing a batch file that opens a chrome URL

查看:93
本文介绍了写一个打开铬URL一个批处理文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

寻找一些帮助编写一个批处理文件,作为我的朋友开玩笑使用。基本上我希望它在Chrome中打开某个URL。然后我要掩饰其作为类似的svchost.exe,并在其上​​启动一个定时器运行。
非常感谢!

looking for some help writing a batch file to use as a joke on my friend. essentially i want it to open a certain URL in chrome. then i was going to disguise it as something like svchost.exe and have it run at startup on a timer. thanks a lot!

推荐答案

这很简单。刚刚尝试:

start chrome https://www.google.co.in/

将在Chrome浏览器中打开谷歌网页。

it will open the Google page in the Chrome browser.

如果你想在Firefox中打开网页,请尝试:

If you wish to open the page in Firefox, try:

start firefox https://www.google.co.in/

玩得开心!

这篇关于写一个打开铬URL一个批处理文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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