当前位置:网站首页>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 ;
边栏推荐
猜你喜欢
2022鹏城杯web
5G NR系统架构
【黑马早报】罗永浩回应调侃东方甄选;董卿丈夫密春雷被执行超7亿;吉利正式收购魅族;华为发布问界M7;豆瓣为周杰伦专辑提前开分道歉...
Learning Note 6 - satellite positioning technology (Part 1)
[dark horse morning post] Luo Yonghao responded to ridicule Oriental selection; Dong Qing's husband Mi Chunlei was executed for more than 700million; Geely officially acquired Meizu; Huawei releases M
Today in history: the first e-book came out; The inventor of magnetic stripe card was born; The pioneer of handheld computer was born
How did automated specification inspection software develop?
“军备竞赛”时期的对比学习
【Vite】1371- 手把手开发 Vite 插件
磨砺·聚变|知道创宇移动端官网焕新上线,开启数字安全之旅!
随机推荐
数据库中的范式:第一范式,第二范式,第三范式
Learning note 4 -- Key Technologies of high-precision map (Part 2)
AD20 制作 Logo
LSTM应用于MNIST数据集分类(与CNN做对比)
基于昇腾AI丨以萨技术推出视频图像全目标结构化解决方案,达到业界领先水平
磨砺·聚变|知道创宇移动端官网焕新上线,开启数字安全之旅!
vite//
QT implements JSON parsing
微信小程序触底加载与下拉刷新的实现
Glide conclusion
沟通的艺术III:看人之间 之倾听
The first product of Sepp power battery was officially launched
微信核酸检测预约小程序系统毕业设计毕设(6)开题答辩PPT
Go project practice - parameter binding, type conversion
[paper reading] kgat: knowledge graph attention network for recommendation
Learning Note 6 - satellite positioning technology (Part 1)
Secteur non technique, comment participer à devops?
Error: module not found: error: can't resolve 'xxx' in 'XXXX‘
脚手架开发进阶
How can non-technical departments participate in Devops?