Have you ever opened up a command prompt and navigated to a deeply nested folder to find you could only type a few letters of the command before it word wrapped?
With a simple environment setting you can reformat the command prompt to display the full path and automatically move the cursor to next line thus giving you more room to enter your command.
Right mouse click on your My Computer and then take the Properties menu item and open the Advanced tab. Click the Environment Variables button and add a new variable:
Variable: PROMPT
Value: $p$_$+$g
You can also set colors, display UNC names and many other display settings. I was pleased to find my old DOS prompt settings still worked!