Get the Command Prompt Working Inside Eclipse for Windows

July 7, 2007 – 3:40 am

Out of the box, I would have to open a separate command prompt window. I wanted to use the built in command prompt that works so well in my Ubuntu Eclipse. Following are the steps that I used to get it to work:


  1. Run->External Tools->External Tools

  2. Highlight Program and click the “New” icon (upper left)

  3. Give it a name like “CMD”

  4. Location is: C:\WINDOWS\system32\cmd.exe (maybe different on your system)

  5. Choose a working directory

  6. Now the command prompt is in your console menu.

  1. One Response to “Get the Command Prompt Working Inside Eclipse for Windows”

  2. Hello,

    I’ve been using the external commands and console alot with my development too - for example - I have an SVN update scenario and a log watch program also using the external commands’ console. Check out my blog for details of these.

    I haven’t ever thought about putting the command prompt into the console - good idea!

    By Aaron Saray on Jul 30, 2007

Post a Comment