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 realize automatic installation of BAT batch processing Software

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces "how to realize the automatic installation of BAT batch software". In daily operation, I believe many people have doubts about how to realize the automatic installation of BAT batch software. Xiaobian consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts of "how to realize the automatic installation of BAT batch software". Next, please follow the editor to study!

Experimental objectives:

Using batch processing to realize the automatic installation of Sogou Pinyin

The steps of the experiment:

1. Download Sogou Pinyin installation package, this lab uses sogou_pinyin_50a.exe.

two。 Create a new batch file sogou_install.bat in the directory where the installation package is located.

3. Edit the batch file sogou_install.bat, enter the following command, and save.

The code is as follows:

Start / wait.\ sogou_pinyin_50a.exe / S

4. Double-click the batch file to execute it.

5. If you execute this batch file as an administrator, you may be reminded that the file XXX could not be found. At this point, you can make minor changes to the batch file.

The code is as follows:

Path where the cd installation file is located

Start / wait.\ sogou_pinyin_50a.exe / S

6. After the batch is executed, the software is installed automatically.

Summary of the experiment:

1. The fully automatic installation method of other software is similar to that demonstrated in this lab.

two。 The fully automatic installation commands for all kinds of software are not necessarily the same, and the answers for most software installation commands can be found on the Internet (for example, the article "batch files for automatic installation of software" summarizes a lot).

3. For knowledge of fully automatic (silent) installation of software, you can read the article "using batch processing to install commonly used software (silently)".

4. On win7 systems, when you install the software, you may be reminded "whether changes to the computer are allowed", which has an impact on batch automatic installation of software. At this point: you can use the administrator to execute batch files. You can also set it in Control Panel-Operations Center-change user account Control Settings.

At this point, the study on "how to realize the automatic installation of BAT batch software" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

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