I'm get the following error when I type edit command on DOS prompt:
edit is not recognized as external or internal command, operable program or batch file
But a few days ago it was working all okay. What happened?
|
I'm get the following error when I type
But a few days ago it was working all okay. What happened? | |||||
feedback
|
This question came from our site for professional and enthusiast programmers.
Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.
|
If this is truly MS-DOS then you've either deleted If you're just talking about the "DOS" window in Windows (and that hasn't really been MS-DOS for a long time), just use Notepad. However, if you're hell-bent on using | |||||||
feedback
|
|
Most likely your Path variable is incorrect. Otherwise it has actually been deleted or moved. | |||
|
feedback
|
|
Check your PATH environment variable. In DOS prompt, check the output of
for the Windows folder. Otherwise, DOS will not know where the executable is located. | |||
|
feedback
|