Command Prompt cannot close

D

Deepakumar

A command prompt has been opened for running basic commands. Now it is in a
stage not able to close the window by clicking close button. Other
applications working normally and another cmd prompt can be opened and closed
as normal. We tried to close with “End Task†from Task Manger, but failed.

Please let me know any way to close this window (other than reboot) and any
way is there to find out any other process attached with this.

Regards,
Deepakumar
 
D

Deepakumar

What happens if you type "exit" without the quotes at the prompt and then
press Enter?

On typing "exit" the command seemed to complete but the command prompt would
not close.
 
A

anon

just out of curiosity, were you running the Windows telnet
client to a Solaris box? i have seen this often in that
scenario if someone let the telnet time out, & only hard
power off will shut it.
 
B

Big Al

Deepakumar said:
On typing "exit" the command seemed to complete but the command prompt would
not close.
Just out of curiosity, try typing Cntl-J exit Cntl-J

That's the work exit surrounded with control-J keystokes.
 
B

Big Al

Deepakumar said:
On typing "exit" the command seemed to complete but the command prompt would
not close.
Just out of curiosity, try typing Cntl-J exit Cntl-J

That's the word exit surrounded with control-J keystokes.
 
B

Brian A.

Can you close it via Task Manager?
Press ctrl+alt+del.
Click the Process tab.
Click on the "Image Name" column header to sort alphabetically.
Scroll if needed to find "cmd.exe".
Click on cmd.exe once to highlight it.
Click the "End Process" button at the lower left of the TM window.


--


Brian A. Sesko { MS MVP_Windows Desktop User Experience }
Conflicts start where information lacks.
http://basconotw.mvps.org/

Suggested posting do's/don'ts: http://www.dts-l.org/goodpost.htm
How to ask a question: http://support.microsoft.com/kb/555375
 
D

Deepakumar

just out of curiosity, were you running the Windows telnet
client to a Solaris box? i have seen this often in that
scenario if someone let the telnet time out, & only hard
power off will shut it.

No, it was running directly in a Windows Embeded XP.
 
D

Deepakumar

Can you close it via Task Manager?
Press ctrl+alt+del.
Click the Process tab.
Click on the "Image Name" column header to sort alphabetically.
Scroll if needed to find "cmd.exe".
Click on cmd.exe once to highlight it.
Click the "End Process" button at the lower left of the TM window.

This we had tried earlier. It also failed.
 
P

Pegasus \(MVP\)

Deepakumar said:
A command prompt has been opened for running basic commands. Now it is in a
stage not able to close the window by clicking close button. Other
applications working normally and another cmd prompt can be opened and
closed
as normal. We tried to close with "End Task" from Task Manger, but failed.

Please let me know any way to close this window (other than reboot) and
any
way is there to find out any other process attached with this.

Regards,
Deepakumar

- Click Start / Run / cmd{OK}
- Type these commands:
tasklist | find /i "cmd.exe"{Enter}
{Make a note of the process-IDs you see}
taskkill /pid xxxx{Enter}

"xxxx" is the FIRST process-ID you saw on the screen.
Repeat this command for all but the LAST process ID
you saw.

If this does not help then reboot the machine.
 
G

Gerry

Ctrl


--



Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Command Prompt Issue 1
Command prompt trouble 9
Unexpected Command Prompt 1
command prompt 2
Logging on to XP 1
IE6 - Don't close 1
Cannot close DOS window 2
found a shell bug 1

Top