Ashfame | Tech Blog |+| Ashfame.com

I blog about blogging, tips and tricks, tutorials, hacking, hardware and reviews.

A niche is less than what I blog about.

Ashfame | Tech Blog header image

Add Command Prompt to the Context Menu

It seems that you are new here. You may want to sign up for e-mail updates or subscribe to my RSS feeds. Thanks for visiting!

Well many of us still use the command prompt (atleast I do) to test several things or love working with batch files. For that purpose I need to access many folders on different drives. Using CD repeatedly can be a pain when you need to do it frequently. There are power toys & tweaks available which allow us to add the functionality of accessing a folder directly in command prompt but I am going to share a simple trick to implement it in WinXP.

Step # 1 Just Select Folder Options from Tools menu

command_prompt

Step # 2 Under the File Types tab, find entry named Folder and click on Advanced

command_prompt

Step # 3 Select New to add a new entry in context menu

command_prompt

Step # 4 Type “CMD” or anything you like to appear on context menu in Action and type cmd.exe /k cd %1 below it

command_prompt

Step # 5 Select Ok as many times as it ask for to come back to the explorer window where you started. Now when you right click on any folder, there will be a context menu entry for accessing that folder in command prompt.

command_prompt

Do post your opinion how you find the tutorial and let me know if you need any further assistance.

StumbleDiggRedditDelicious

Tags:   · · 4 Comments

Leave A Comment

4 responses so far ↓

  • 1 Bontb Jan 5, 2008 at 3:33 am

    Hey Nice trick I like it… :twisted:

  • 2 Ashfame Jan 5, 2008 at 4:43 am

    @Bontb
    I am glad that you like it. :grin:

  • 3 Keith Dsouza Jan 16, 2008 at 7:59 am

    Nice tip, but I use a power toy for windows XP which adds the Open Command Prompt Window here to the context menu..

  • 4 Ashfame Jan 16, 2008 at 3:03 pm

    @Keith Dsouza
    Yes I am aware of such power toy but there is always a way by which you can implement things directly. It is just an effort from my side to expose things. :D