编辑命令在Windows命令行中不起作用

时间:2013-02-25 04:11:26

标签: windows cmd

我使用以下命令通过命令提示符打开和编辑文件。但在我的系统中不允许编辑该文件并返回错误。但在我的笔记本电脑编辑器窗口中打开以编辑此文件。

'edit' is not recognized as an internal or external command,
operable program or batch file.

1 个答案:

答案 0 :(得分:6)

我怀疑您的桌面运行的是64位Windows 7,而您的笔记本电脑运行的是32位Windows 7。

正如维基百科所指出的那样,Windows的MS-DOS编辑器was/is a 16-bit applicationwouldn't run on 64-bit versions

另请参阅:https://superuser.com/questions/237023/what-is-the-edit-command-for-64-bit-windows-7

相关问题