Create a Command Prompt When Your Command Prompt Does Not Work
If run command ( i.e. Windows key + R or Start >Run ) is not working on your system then open notepad and copy paste following lines.
@echo off
cmd
@echo on
CTRL+S to save as "cmd.bat"
Run the cmd.bat file to open the command prompt
If run command ( i.e. Windows key + R or Start >Run ) is not working on your system then open notepad and copy paste following lines.
@echo off
cmd
@echo on
CTRL+S to save as "cmd.bat"
Run the cmd.bat file to open the command prompt
No comments:
Post a Comment