
Hence i decided to dedicate this post to CMD's tutorial,This is the first part of two part tutorial,
Before continuing with anything i would like to introduce you with this fellow called CMD. It is commonly used to mean "command" and is a command line interface provided by Microsoft's windows,Command line interface means you don't have a beautiful and attractive GUI to communicate with your computer instead you have a black window which has some text written in white grayish white color and same colored horizontal blinker which looks as ugly as toad is.But don't ever underestimate the power of it.You can practically do anything on it.You know windows started as a plain dark DOS shell which is now known as CMD , and..
FYI , Developers first create a command line or non GUI version of the application program then afterwards they overlay a GUI on it.Which is why you have more flexibility in a non GUI version,there are lot more benefits of using a text based application rather than image and graphics based ,like they use less CPU juice ,they consume less RAM ,and using them will make you like a computer expert..Sounds Interesting huh,So lets dive in.