After using GNU/Linux operating system, i really fell in love with working on command-line aka terminal. At work i need to use Windows XP operating system, and i dont feel at home when it comes to using command line. I changed its looks to matrix-style green font with black background and using lucida console font. The look-and-feel of XP command line can be changed in window properties. Using backslash for typing file path always sucks, and i cant do anything about it. However, i did enable tab auto-complete feature which increased my speed of working.
To enable tab-completion, open regedit using run window.
Goto path "My Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor"
Now change hex value of fields "CompletionChar" and "PathCompletionChar" to "9"
Close regedit
After completing these steps you should be able to use tab completion feature.