Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use For and Set parameters

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail how to use For and Set parameters, the content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have some understanding of the relevant knowledge after reading this article.

Batch tips

For / f parameter usage:

1.1 the space around the "delims=*" equal sign makes sense.

1.2 the default parameter of option is "delims=", so if you read a line of parameters, you will not read them if you encounter spaces. If we need to read the whole line, we can make the parameter of delims the last character.

Summary of set parameters:

2.1 set I = "abc" assigns a string to I. Such as:

Set I = "abc"

Echo% I%

If% I% else = "abc" (echo equal to abc) else (echo don't equal to abc)

2.2 set / axia123 assigns a number to I

2.3 set / Pi = Please enter a value for I. The default input is a number. If you want to use it as a string, you need to add "" on both sides of I when you need to call variables, such as:

3.3 set / p i=Please told me your options:

Echo% I%

If "% I%" = "a" (goto addpatch) else (goto installpatch)

: addpatch

Echo add patch

Goto: eof

: installpatch

Echo install patch

Goto: eof

On how to use For and Set parameters to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report