如何从 emacs 获取 Windows 版本
如何从emacs获取windows的详细版本信息。 我尝试调用“ver”Windows 命令来获取版本信息,但失败了。
(call-process "ver")
CxCe
Debugger entered--Lisp error: (file-error "Searching for program" "no such file or directory" "ver")
call-process("ver")
eval((call-process "ver"))
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp nil nil)
how to get the detail version information of windows from emacs.
i am try to invoke "ver" windows command to get version information, but got failed.
(call-process "ver")
C-x C-e
Debugger entered--Lisp error: (file-error "Searching for program" "no such file or directory" "ver")
call-process("ver")
eval((call-process "ver"))
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp nil nil)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还可以查询系统配置: Ch v system-configuration RET
文档指出:
在我的笔记本电脑上,它显示
i386-mingw-nt5.1.2600
You can also query system-configuration : C-h v system-configuration RET
The documentation states:
On my laptop, it says
i386-mingw-nt5.1.2600