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.
我想以编程方式获取 Windows 命令提示符 ( cmd.exe) 中所有可用命令的列表。compgen -cBash 中是否有类似的东西,但适用于 Windows?
cmd.exe
compgen -c
这提供了 CMD 特定的命令。
help
并分页输出使用这个
help | more