关于怎么配置工具更详细的介绍,请上google搜editplus使用技巧。

我配置了几个工具。

edit_php.ini

edit_httpd.conf

delete_current_file 有时写测试文件,写完决定删除,ok。这个命令将此测试文件移动到指定目录,(定期清理,手工来做了)

copy_template。有时候写了一个文件,想把它加到模板里去。这个命令将此文件拷贝到editplus的目录下。

edit_template.ini。编辑模板配置文件。

-----------

delete.bat

move %1 d:\web\delete\%1


其他脚本类似写就好了。


相关文章:

  • 2021-04-03
  • 2022-01-07
  • 2021-09-19
  • 2021-10-04
  • 2021-11-07
  • 2021-12-25
  • 2021-07-16
猜你喜欢
  • 2021-07-02
  • 2021-10-03
  • 2021-05-15
  • 2021-12-29
  • 2022-02-23
  • 2021-11-19
  • 2021-05-20
相关资源
相似解决方案