windows – WAMP Server 2.1:更改默认文本编辑器

前端之家收集整理的这篇文章主要介绍了windows – WAMP Server 2.1:更改默认文本编辑器前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想使用记事本打开我的httpd.conf和PHP.ini配置文件,并将 Windows中的这些文件类型与记事本相关联;通过Windows打开那些文件打开记事本.但是当我使用WAMP(Apache MySQLPHP for windows)服务器的菜单访问这些配置文件时,它会打开Microsoft Notepad,这是一个不可接受的编辑器.有没有任何已知的方法来改变WAMP Server打开这些文件的方式?
查找wampmanager.tpl文件的[apacheMenu]部分.该文件中有定义,指定如何编辑各种配置文件,包括使用哪种编辑器.

要将NP设置为所有文件的默认值,您可以执行“notepad.exe”的简单查找和替换 – > “C:/ Program Files / Notepad / notepad .exe” – 注意正斜杠而不是反斜杠.

Note that in new WAMP version there is a wampmanager.conf file which contains all the variables’ definitions therefore you should change the “editor” constant there instead of directly modifying the .tpl file – Milan Jan 20 2015 (This comment was auto-hidden,but 100% relevant,and where you need to edit it in the newer WAMP)

原文链接:https://www.f2er.com/windows/369776.html

猜你在找的Windows相关文章