consider, im currently now in c:\ganesh\doc in command prompt
i wish to navigate to d:\windows\movie
how to do it in command prompt???
|
consider, im currently now in c:\ganesh\doc in command prompt i wish to navigate to d:\windows\movie how to do it in command prompt??? |
|||
|
|
|
I prefer to use
because it requires no switches yet the working directory will change to the correct drive and path in one step. Added plus:
|
|||
|
|
|
In MS-DOS
If by chance you actually meant "Windows command prompt" (which is not MS-DOS and not DOS at all), then you can use |
|||
|
|
|
When I open a "DOS" command prompt, I use a batch file which sets all of the options I need and adds my old-time dos utilities to the path too.
The doskey line sets the CD command so that it will do both drive and folder simultaneously. If this doesn't work, it is possibly because of the version of windows that you're running. |
|||
|
|
|
Just use the change directory (cd) command.
|
|||
|
|