1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Resolved Command prompt problem

Discussion in 'Windows XP' started by cozzielex, 2010/01/13.

  1. 2010/01/13
    cozzielex

    cozzielex Inactive Thread Starter

    Joined:
    2009/03/30
    Messages:
    291
    Likes Received:
    0
    I have an exterior hard drive shown as K. When I try to access it (cd K:\) it just takes me back to C drive. Any ideas
    Thanks
     
  2. 2010/01/13
    wildfire

    wildfire Getting Old

    Joined:
    2008/04/21
    Messages:
    4,649
    Likes Received:
    124
    Hi cozzielex,

    CD (change directory) does change the current directory for a drive... But the CLI won't show the drive ;)

    Try

    Code:
    K:
    
    ;)

    if the CLI was at C:\windows and you have a K:\books directory then either

    Code:
    CD K:\books
    K:
    
    or

    Code:
    K:
    cd \books
    
    would work and

    Code:
    C:
    
    would take you back to C:\Windows... Long story short, CD changes directories, you need X: to change drives.

    Hope that helps.
     

  3. to hide this advert.

  4. 2010/01/13
    cozzielex

    cozzielex Inactive Thread Starter

    Joined:
    2009/03/30
    Messages:
    291
    Likes Received:
    0
    Thanks Wildfire, that was simple enough!
     
  5. 2010/01/13
    wildfire

    wildfire Getting Old

    Joined:
    2008/04/21
    Messages:
    4,649
    Likes Received:
    124
    No problem, now I wonder if MS will change CD (change directory) to CF (change folder) in windows 8 :D
     
  6. 2010/01/13
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    Nah - it's all part of DOS - which still lurks below Windows in one form or another :)
     
  7. 2010/01/13
    wildfire

    wildfire Getting Old

    Joined:
    2008/04/21
    Messages:
    4,649
    Likes Received:
    124
    Pete, That post took me back to CP/M days with users on a floppy :eek:
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.