Prevent the automatic closing of the command prompt

Last update on April 23, 2009 12:52 PM by jak58
Published by jak58

Prevent the automatic closing of the command prompt









Sometimes, often see the command prompt window closes when you want to see information such as your IP ...

To address this problem, just launch the command prompt using cmd /K (to type in a Run tab(Windows Key + R)), then you can simply close this window manually.

Making / K after cmd command keeps the window open.

Very useful when you search the IP address or a trace a command.

Try for example:
cmd /k tracert www.kioskea.net
Best answers for « Prevent the automatic closing of the command prompt » in :
Command Prompt full screen with the pointer Show Command Prompt full screen with the pointer If you need a command prompt in full screen, here's how: Open the command prompt, and maximize the window (it is still not full screen). Right click on the top of the window Edit/ Properties...
Changing the color of the command prompt(shell) ShowChanging the color of the command prompt(shell) Purpose Methods Purpose Changing the color of characters in the prompt (or shell), make them more readable. If you are using colors group, you can sense by color, this will eliminate the...
[Command Prompt]Empty spaces not supported Show[Command Prompt]Empty spaces not supported Issue Solution Issue You want to make a command that targets a specified path, but it includes a space on a file. Example: You want to make a copy from one directory to another:...
Start/stop a service using command line ShowStart/stop a service using command line The netsh tool (netsh.exe) can automate the startup or shutdown of a service through the following command line: To start a service: Net start name_of_service To stop a service:...
Download EASEUS Partition Master ShowEaseUs Partition manager Free, is software "par excellence". EaseUs Partition Manager easily and without error will resize your hard disk partition into any size you chose: Main characteristics of EaseUs Partition Free: Material support for...
Cmd - cmd.exe Showcmd - cmd.exe cmd.exe (cmd signifiant Windows Command Prompt) is a Windows NT/2000/XP generic process which opens a text-mode console for running programs using a command line. The process cmd is not in any way a virus, a worm, a Trojan horse,...
Network tests and diagnostics ShowTesting the IP configuration Before doing anything else, you are advised to check the computer's IP configuration. Windows systems offer a command-line tool, called ipconfig, that lets you find out your computer's IP configuration. The output of...
UNIX system - The shell ShowIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence its name "shell". The shell therefore acts as an intermediary between the operating system and the user using command lines...