There are different levels of "programming languages." On the simplest level there are scripting languages which combine a series of commands together and run them in sequence. In this area you have shell scripts (*.sh) of the kind run from Unix/Linux terminal windows and batch scripts (*.bat)...