A file with the suffix of bat is a batch file, which is a text file. Simply put, its function is to automatically execute multiple commands continuously, and the content of the batch file is command one by one. So what's the use of it?
For example, when starting the wps software, it must be executed every time
C:\>cd wps
C:\WPS>spdos
C:\WPS>py
C:\WPS>wbx
C:\WPS>wps
If you do this once before using WPS, do you find it very troublesome?
If there is a method that just writes a batch file and will automatically execute all the commands just now, do you want to learn?
You will be shocked when you finish reading this section and the first batch file you wrote is successfully executed.
In addition, the computer will look for this batch file every time it boots up, so that some commands that need to be executed every time it boots up, such as setting the path path, loading the mouse driver mouse, disk-accelerating smartdrv, etc., which can truly automate your computer.
For example, when starting the wps software, it must be executed every time
C:\>cd wps
C:\WPS>spdos
C:\WPS>py
C:\WPS>wbx
C:\WPS>wps
If you do this once before using WPS, do you find it very troublesome?
If there is a method that just writes a batch file and will automatically execute all the commands just now, do you want to learn?
You will be shocked when you finish reading this section and the first batch file you wrote is successfully executed.
In addition, the computer will look for this batch file every time it boots up, so that some commands that need to be executed every time it boots up, such as setting the path path, loading the mouse driver mouse, disk-accelerating smartdrv, etc., which can truly automate your computer.