It's been a decade or longer since I last did anything in "batch" - aka batch file. Now, in the days of Microsoft Windows XP and Windows Vista, it haunts me again.
Batch files are a very useful and easy to use tool dating back to the MS-DOS era when everything was running in command-line mode and even Windows was nothing more than a program started from there. Nothing more than a text file containing commands and written by using any text editor, a batch file could become sorts of a program in itself by executing commands and even providing a user interface - if such was written into the batch file in the first place.
Today in the era of Windows and its Windows Script Host, which allows the running of scripts written in VBScript and related scripting languages, batch files are still a handy tool when it comes to quickly put together a bunch of commands for such things as automated compressing, copying, renaming, up- and downloading and so forth.





