Collections:
Other Resources:
Run cmd.exe at the Command Prompt
Can I run cmd.exe program at the command prompt?
✍: FYIcenter.com
Yes, you can run cmd.exe program at the command prompt.
Basically, you are starting a child command prompt at the parent command prompt.
You can use the "EXIT" command to terminate a command prompt. When the last command prompt is terminated, the command prompt window is closed. Try the following commands in a command prompt window:
C:\fyicenter>echo I am in the top prompt I am in the top prompt C:\fyicenter>cmd Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\fyicenter>echo I am in the child prompt I am in the child prompt C:\fyicenter>cmd Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\fyicenter>echo I am in the grand-child prompt I am in the grand-child prompt C:\fyicenter>exit C:\fyicenter>echo I am back in the child prompt I am back in the child prompt C:\fyicenter>exit C:\fyicenter>echo I am back in the top prompt I am back in the top prompt C:\fyicenter>
If you enter "exit" again, the top command prompt will be terminated. And the window will be closed.
⇒ Run cmd.exe Program with Options
⇐ Start cmd.exe Command Prompt
2021-12-28, ∼2855🔥, 0💬
Popular Posts:
What is muweb.dll - DLL File - Microsoft Update Web Control? muweb.dll is the Microsoft Update Web C...
What is the scheduled task "\G2MUpdateTask-S-1-5-21 -..."on my Windows 7 computer? "\G2MUpdateTask-S...
Can I disable Windows service "OracleMTSRecoveryServic e"to speedup my computer? Third party applica...
How to play music files with Windows Media Center? If you have Windows Media Center setup correctly,...
What files are stored in the "C:\Users\<userid >\AppData\Roaming "folder? Can I delete ...