enter a directory from cmd wrote:
> It is very convient to enter a directory in GUI, but it is not so in cmd
> environment. Every time, we want to go to a directory , we always need to
> start from the root. It is extremely painful when the directory has a deep
> level and long name. Suppose I select a directory in GUI, Is there any easy
> way for me to enter that directory in cmd?
> In Linux, there is a function which will help us enter the filename.
> Whenever we enter the first part, it will get the remaining part and help us
> to complete it automatically. Is there similar function in winxp? Thank you.
With this little tool you can right-click on a folder in the explorer
and click "Open Command Window Here" to get to that folder.
http://download.microsoft.com/downlo...ertoySetup.exe
Another option is to simply drag a folder from an explorer window to
the cmd window, so just type "cd " in a cmd window, drag a folder to
the window and press Enter. Use "cd /d " if the path entered is on
another drive than the default.
/klaus