Windows XP SP3 Command Prompt Issue
i'm having problem navigating through command prompt
i ran cmd on run and brings up the command console...
I realise i can only move through C:\ and it's folders... using cd .. and cd folder_name
all these drives i can browse and write stuff to using explorer... is this weird or am i missing something?
i ran cmd on run and brings up the command console...
C:\Documents and Settings\manu>_so i just typed in cd i: for my USB Drive and i only get D:\> displayed underneath and then back to C:\Doc....
C:\Documents and Settings\manu>cd i: I:\ C:\Documents and Settings\manu>_now i thought it's the hard drive so when i enter d: for my second partition on local drive same thing happens:
C:\Documents and Settings\manu\>cd d: D:\ C:\Documents and Settings\manu\>_funny thing is i can move to C: using cd .. twice so i moved to C:\ by using cd .. when i get to C:\ i tried cd i: and cd I: and cd d: and CD D: [i also tried chdir and don't seem to work... i also have another partition E: which i can't get to through command prompt
I realise i can only move through C:\ and it's folders... using cd .. and cd folder_name
all these drives i can browse and write stuff to using explorer... is this weird or am i missing something?
0
Comments
so cd .. goes back one level in a directory path. cd \ goes back to the root c:\> for example.
To change drives you just put in i: to change to your i drive or d:
so if you are at c:\> and want to go to i:\> you just put in i: at the prompt.
Note if you are at c:\documents and settings> and you put in i: you'll go to i:\> if you then go back to c: you'll still be at c:\documents and settings>