cmd Leads to my documents..how to change ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rengaraj
    New Member
    • Jan 2007
    • 168

    cmd Leads to my documents..how to change ?

    Dear Experts,
    Whenever i give cmd from Run window it leads the command prompt to
    c:\Document and Settings ...My Documents.
    i want to change to
    d:
    how to do it ..
    Advance Thanks,
    Rengaraj.R
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    Google helped me to find two possibilities.

    Possibility one: cmd has various switches, one of them being the '/k' switch, which makes cmd run a certain command automatically. So
    cmd /k C:/myStuff
    should start cmd in the path C:/myStuff. Of course, you can create a Link to cmd /k C:/myStuff in your system32 directory.

    Possibility two: To change the default directory permanently, use this solution.

    Greetings,
    Nepomuk

    Comment

    • jg007
      Contributor
      • Mar 2008
      • 283

      #3
      also have a look at ' Open Command Window Here ' on this MS page -



      you can add a context menu manually but this is easier and i use it all the time

      Comment

      Working...