Archive for December 13th, 2007

Batch files

Thursday, December 13th, 2007

For the non-tech a batch file is something from 1427AD (or somewhere around there) that allows you to write, in a text file, the name of a number of programs. When you run the batch file the computer will run each program, and when it ends it will run the next one.
In my job I [...]