If I am in command prompt (Windows 7), and I am in a directory with a very long name (ex: C:\Users\Oorang\Documents\Visual Studio 2010\Projects\My Project\My Project\bin\Release), is there a way to quickly reduce the prompt to the short path without typing the whole thing in all over again (Ex: C:\Users\Oorang\DOCUME~1\VISUAL~1\Projects\DATAST~2\DATAST~1\bin\Release)?

link|improve this question
feedback

1 Answer

Maybe try the pushd and popd commands.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.