Act like a pro using CMD
End product :1. Open CMD . ( Type "CMD" in your search box over the start bar ) ( Or you can type " Run " then open " Run " and input cmd.exe )
2. A cmd window will prompt out.
3. Type "cd /" .
Note : "cd /" enables you to go back to your root folder ( the most basic folder ) .
4. Type "color A" ( There is a space between color and A ) Your font colour will change immediately to light green.
5. Type "cls" ( "cls" stands for clear screen - which enables it to look tidier )
6. Repeat steps 1-5 two more times to open 3 cmd windows.
7. Change the orientation of your cmd window the way you like. Look best when all of them fits your screen.
8. In one of them, type "tree" ( Which is to list all files and folders in tree form )
9. In another window, type "netstat" ( which is to list all the network connection within this computer)
10. In the last window, type "dir" ( to view the directory under your drive )
11. Done. Now you look cool. Hehehe .....
Knowledge under this trick.
CMD command line >> Click here to check out more.