News

Windows Batch scripting allows users to automate tasks using simple command-line instructions. Batch files (.bat or .cmd) are text files containing a series of commands executed in sequence.
This is a tutorial for writing batch scripts on Windows OS. Batch scripts go hand in hand with cmd.exe on Windows systems. To learn more about cmd.exe read my tutorial here. In this tutorial we will ...