CMD Pointer

Discussion in 'Software' started by Fergal1982, Jul 19, 2004.

  1. Fergal1982

    Fergal1982 Petabyte Poster

    4,196
    172
    211
    does anyone know of a method to add a button onto the toolbar in order to open the CMD program pointed at the currently explored directory? similar to what exists in Linux.

    Fergal
     
    Certifications: ITIL Foundation; MCTS: Visual Studio Team Foundation Server 2010, Administration
    WIP: None at present
  2. Phoenix
    Honorary Member

    Phoenix 53656e696f7220 4d6f64

    5,749
    200
    246
    Code:
    REGEDIT4 
    [HKEY_CLASSES_ROOT\Folder\shell\DosHere] 
    @="Command &Prompt Here" 
    [HKEY_CLASSES_ROOT\Folder\shell\DosHere\command] 
    @="C:\\WINDOWS\\System32\\cmd.exe /k cd \"%1\""
    
    not exactly what you want, this adds the 'Command Prompt from here' option to your right click menu, so right click a folder and you can open a cmd prompt from there

    add that to a text file and rename it to a .reg file then apply
     
    Certifications: MCSE, MCITP, VCP
    WIP: > 0
  3. Fergal1982

    Fergal1982 Petabyte Poster

    4,196
    172
    211
    sorry phoenix. im totally inexperienced with altering the registry. would it be possible for you to break it down into a step by step process?

    Thanks
    Fergal


    EDIT: actually, i just realised i installed a program called shell toys on the august issue of PCPRO's DVD which has the same option in the right click menu
     
    Certifications: ITIL Foundation; MCTS: Visual Studio Team Foundation Server 2010, Administration
    WIP: None at present
  4. Phoenix
    Honorary Member

    Phoenix 53656e696f7220 4d6f64

    5,749
    200
    246
    err i thought i did break it down lol

    just copy the text to a txt file

    rename it to a .reg file
    and double click it

    tada

    but yeah its the same feature you will get with stuff lik shell toys and powerXP or whatver that craps called these days :)
     
    Certifications: MCSE, MCITP, VCP
    WIP: > 0
  5. Fergal1982

    Fergal1982 Petabyte Poster

    4,196
    172
    211
    ah ok, i get ya now! will bear it in mind for future. thanks

    Fergal
     
    Certifications: ITIL Foundation; MCTS: Visual Studio Team Foundation Server 2010, Administration
    WIP: None at present

Share This Page

Loading...
  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.