Entries Tagged 'Scripts' ↓

Batch Files

I am sure you have heard of batch files from your IT officers and geeky friends in the past or so but I think most people really don’t understand what batch files are all-about.

Actually, it is just a file (normally a text file) that contains series of commands that are executable using a command interpreter. In UNIX, it is a shell script. That simple. - DrMODChip