Thursday 27 November 2014

Batch Programming Tutorial 1,Introduction

Batch is a like basic program made using window's Commands. You can create natch files to automate basic Computer Operations like Copying a file,formatting a Disk, hiding and Retrieving file. Very interesting stuff you can do with batch files. Did you know that you can set a reminder on your Computer using batch files?? Or even Create A welcome message once windows loads up?? There are lots of things that you can do with batch files depending on your knowledge. Here am just going to give you a head start.
echo AM OUT..
.
.
Hope I didn't loose you there. Echo simply means to print out its one of the first commands you'll know. All characters after echo are shown/displayed on the Command Prompt. Now that you know that, next time be ready for more.