当前位置:网站首页>Batch resolves the IP address of the domain name and opens the web page
Batch resolves the IP address of the domain name and opens the web page
2022-04-22 05:11:00 【Haihong AA】
@echo off
@echo Batch resolution of domain names ip Address and open the web page , author : Haihong Software , Detection line software ,0536-8809057
@echo Suppose the domain name a.net Of ip The address is 1.1.1.1、 Subordinate address jiancexian、 Port number 88, Will be spliced into :http://1.1.1.1:88/jiancexian
set yuming=www.ihaihong.cn
set duankou=80
set xiaji=demo/admin
for /f %%a in ("%yuming%") do (
for /f "skip=1 tokens=2" %%b in ('nslookup "%%~a" 2^>^&1 ^|findstr /ib "Address:"') do (
echo; domain name :%%a,IP Address :%%b, Ready to open
rem if "%n%" equ "2" echo Hello ,%%b
remexplorer.exe http://%%b:%duankou%/%xiaji%
start http://%%b:%duankou%/%xiaji%
)
)
rem exit
版权声明
本文为[Haihong AA]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210628207830.html
边栏推荐
- 6. Comparable to JMeter Net pressure measurement tool - crank practical chapter - collecting diagnosis tracking information and how to analyze bottlenecks
- Chapter 2 MySQL data types and operators
- Flutter安装总结
- Chapter IV constraints and indexes
- MySQL view character set and proofing rules
- style/TextAppearance. Compat. Notification. Info) not found.
- Dynamic programming -- lc474 One and zero
- 什么是幂等性
- Junit常用注解
- Joint type and type protection
猜你喜欢

On the unsuccessful creation of SQLite database in Android development real machine debugging

数据库(二)MySQL表的增删改查(基础)

Paper reading - access pattern disclosure on searchable encryption: allocation, attack and deviation (2012)

Chapter 7 select clause and sub query

Write down the daily temperature

MySQL double master and double slave + atlas data test

Nexus private server - (II) console installation of version 3.2.0, initial password location

Database (II) addition, deletion, modification and query of MySQL table (basic)

Does lvgl really need to write code for each control? Don't be naive. When you know the principle, let's drag the control~

How to modify the IP address of the rancher server
随机推荐
Jackson
Dynamic programming -- lc474 One and zero
If the answer is yes or no, do you want to use one checkbox or two radio boxes? Which is more appropriate? Why?
Reset kubernetes cluster
ThreadLocal underlying analysis
How does docker access redis service 6379 port in the host
Alibaba cloud performance test PTS new features in March
Typescript function generics
Considerations for importing idea package and calling its methods
Data distribution, correlation analysis and visualization method of data exploratory analysis (EDA)
Chapter IX user and authority
Swagger UI简介
Introduction to JUnit
Talk about anti reverse connection circuit in combination with practice (summary of anti reverse connection circuit)
Take yourself to learn paddle (4)
What is the difference between two-dimensional convolution kernel and three-dimensional convolution kernel in convolution neural network?
Input and output of scanf and printf (format controller)
Data segmentation in training set tuning
scanf、printf的输入输出(格式控制符)
Nexus私服——(三) 在项目实战中使用私服仓库