G33K-TRICKS: If command prompt "cmd" is not opening

Saturday, June 11, 2011

If command prompt "cmd" is not opening


How to open CMD prompt

Create your own CMD Prompt launcher when your Windows Command Prompt Does Not Open.
Usually we open CMD prompt by Pressing Windows Key+ R
then in Run Box, we type "cmd" and then Enter

But what if you need a shortcut or if cmd prompt is blocked.
You need to ,
Open notepad and copy paste following lines:


@echo off
cmd
@echo on


CTRL+S to save as "cmd.bat" on Desktop

Double-Click on cmd.bat to Run the file.




Search queries:
my command prompt is not opening
Windows command prompt not working
CMD prompt not opening

No comments: