what is a batch script?
Batch programming is more useful than some people believe. Batch programming is repeatedly used in industry to make recurrent tasks easier and more efficient. Often these tasks are imperative. Such as the many batch files that are in the system32 directory of the Windows operating systems. To view them enter C:\windows\system32 in your Windows Explorer address bar.Another example that you have is the autoexec.bat file. This file is appropriately named after AUTOmatic EXECution. Commands that are to be executed when DOS starts are placed in this special file particularly on systems that utilize the PROMPT and PATH commands. When pure DOS was the prevalent operating system this was important, however, on our newer Windows guided machines, this is really not of concern. In fact it not recommended that, until you are well versed, and even then, you edit this file or change it in any way on the newer Windows machines. Batch scripts can also be turned into an executable.You will save your ba