我需要在使用.bat文件打开浏览器后输入一个单词 [英] I need to enter a word after opening my browser using .bat file

查看:296
本文介绍了我需要在使用.bat文件打开浏览器后输入一个单词的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

非常需要批处理文件代码在我的Chrome浏览器中输入网址。

解决方案

试试这个:



 @ echo off 
start chromewww.codeproject.comwww.google.com





或者如果你没有正确设置你的环境变量:



 @ echo off 
start C:\Users\<您的用户名> \ AppData \ Local \Google \ Chrome \ Application \chrome.exewww.codeproject.comwww.google.com


Badly need batch file code to type a url in my chrome browser.

解决方案

hi, try this:

@echo off
start chrome "www.codeproject.com" "www.google.com"



or if you don't have your environmental variables correctly set:

@echo off
start C:\Users\<your username>\AppData\Local\Google\Chrome\Application\chrome.exe "www.codeproject.com" "www.google.com"


这篇关于我需要在使用.bat文件打开浏览器后输入一个单词的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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