Quickly Create And Delete Directories Using Windows Command Prompt

Create directory in Windows using command prompt
At times, it can be quicker to make and remove directories directly from the Windows command prompt. Here is how to do it : 1. Open Windows command prompt and to create a directory (named “testing” in this example), type : mkdir testing 2. Check it out by changing to this newly created directory : cd testing 3. To remove this empty directory, simply type : rd testing If the directory contains...

Easily Customize Windows Command Prompt

The usual black and white Windows command prompt gets boring after using it for a while. Here is how to customize it to make it a much much cooler geek type terminal : 1. Open command prompt (Start > Run > cmd) 2. Right click on the title bar and select Properties. 3. Go to Font tab and select a different size and type as per preferences. 4. If needed to resize the command prompt window size,...