当前位置:网站首页>Use bat command to launch common browsers with one click
Use bat command to launch common browsers with one click
2022-07-05 10:43:00 【Listen to the bleak rain at night】
We often need to open a specific website , For example, translating web pages , Or other web pages , You need to jump several times before you can jump to the target page . It's written in bat After the command , You can start with one click .
You can do it again .bat Write the command in the file , And then double click , Here are some examples 2 A simple example .
1、 Start Baidu
@echo off
cd C:\Program Files (x86)\Microsoft\Edge\Application
start msedge.exe https://www.baidu.com/
2、 Start rookie parsing json Webpage
@echo off
# browser exe The address of
cd C:\Program Files (x86)\Microsoft\Edge\Application
start msedge.exe https://c.runoob.com/front-end/53/
Additional knowledge :
bat The grammar is as follows :
Start
Start a separate “ Command prompt ” Window to run the specified program or command . If you use... Without parameters ,start A second command prompt window opens .
grammar
start ["title"] [/dPath] [/i] [/min] [/max] [{/separate | /shared}] [{/low | /normal | /high | /realtime | /abovenormal | belownormal}] [/wait] [/b] [FileName] [parameters]
Parameters
"title" Specified in the “ Command prompt ” The title displayed in the title bar of the window .
/dpatch Specify startup directory .
/i take Cmd.exe Start the environment transfer to the new “ Command prompt ” window .
/min Start a new minimized window .
/max Start a new maximization window .
/separate Start in a separate memory space 16 Bit program .
/shared Start in shared memory space 16 Bit program .
/low Start the application at idle priority .
/normal Start the application with general priority .
/high Start the application with high priority .
/realtime Start the application with real-time priority .
/abovenormal Start the application in a way that exceeds the normal priority .
/belownormal Start the application at a lower priority than usual .
/wait Start the application , And wait for it to end .
/b You don't have to open a new... When you start the application “ Command prompt ” window . Unless the application is enabled CTRL+C, Otherwise, we will ignore CTRL+C operation . Use CTRL+BREAK Interrupt the application .
For non executable files, just type the file name as a command , You can run the file through its file association . About using assoc and ftype Create the details of these associations in the command script , see also “”.
The first of the commands that are run is marked as “CMD” String but does not include an extension or path qualifier ,“CMD” Will be COMSPEC The value of the variable replaces . This prevents users from selecting from the current directory cmd.
When you run 32 Bit graphical user interface (GUI) Application time ,cmd Does not wait for the application to exit... Before returning to the command prompt . If you run an application from a command script , This new situation will not happen . When the first symbol in the running command does not include the extension ,Cmd.exe Use PATHEXT The value of the environment variable determines the extension to be searched and the search order .PATHEXT The default value of the variable is :COM;.EXE;.BAT;.CMD( Syntax and PATH The variables are the same , Use semicolons to separate different elements ). When you search for an executable and there is no match on any extension ,start The directory name will be searched .
bat Of start The command is briefly introduced as follows ;
边栏推荐
- DGL中异构图的一些理解以及异构图卷积HeteroGraphConv的用法
- Workmanager learning 1
- 数据类型、
- Apple 5g chip research and development failure? It's too early to get rid of Qualcomm
- 磨砺·聚变|知道创宇移动端官网焕新上线,开启数字安全之旅!
- 想请教一下,十大券商有哪些?在线开户是安全么?
- Singleton mode encapsulates activity management class
- [可能没有默认的字体]Warning: imagettfbbox() [function.imagettfbbox]: Invalid font filename……
- NAS and San
- 【JS】提取字符串中的分数,汇总后算出平均分,并与每个分数比较,输出
猜你喜欢

双向RNN与堆叠的双向RNN

What is the most suitable book for programmers to engage in open source?

“军备竞赛”时期的对比学习

SAP UI5 ObjectPageLayout 控件使用方法分享

Blockbuster: the domestic IDE is released, developed by Alibaba, and is completely open source!

重磅:国产IDE发布,由阿里研发,完全开源!

5G NR系统架构

Workmanager Learning one

Window下线程与线程同步总结

2022年流动式起重机司机考试题库及模拟考试
随机推荐
2022年化工自动化控制仪表考试试题及在线模拟考试
TSQL–标示列、GUID 、序列
vite//
Blockbuster: the domestic IDE is released, developed by Alibaba, and is completely open source!
一个可以兼容各种数据库事务的使用范例
uniapp
【DNS】“Can‘t resolve host“ as non-root user, but works fine as root
微信核酸检测预约小程序系统毕业设计毕设(8)毕业设计论文模板
Glide conclusion
Go语言-1-开发环境配置
基于昇腾AI丨爱笔智能推出银行网点数字化解决方案,实现从总部到网点的信息数字化全覆盖
括号匹配问题(STL)
《通信软件开发与应用》课程结业报告
What are the top ten securities companies? Is it safe to open an account online?
双向RNN与堆叠的双向RNN
Node の MongoDB Driver
csdn软件测试入门的测试基本流程
使用bat命令一键启动常用浏览器
Error: module not found: error: can't resolve 'xxx' in 'XXXX‘
How do programmers live as they like?