-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
The command line "cmd /k start cmd /k cd /d ..." seems too complex. Why do
you need the extra command processor? Wouldn't just "cmd /k cd /d ..." be
sufficient?
What steps will reproduce the problem?
1. Right-click on a resource and choose "Open in Command Prompt"
2. Note that two cmd.exe processes are created:
eclipse
|- cmd.exe
|- cmd.exe
Also, after closing the resultant command window, the parent cmd.exe hangs
around.
What is the expected output? What do you see instead?
Only one child cmd.exe expected. No cmd.exe processes expected after
closing the command window.
What version of the product are you using? On what operating system?
1.2.1 on Windows XP
Please provide any additional information below.
Original issue reported on code.google.com by dcit...@gmail.com on 25 Aug 2008 at 8:36
Reactions are currently unavailable