Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Npp_Exec 无法识别 Type 命令来列出文件内容,任何想法如何使用 Npp_exec 打印文本文件的内容?
我需要与type filenamenpp_exec 中的等价物。
type filename
您将使用命令行在控制台中或在控制台cmd中运行命令。示例 NppExec 脚本如下所示:typedir
cmd
type
dir
cmd /c type $(FULL_CURRENT_PATH)