I’d like to programmatically get a list of all the available commands in Windows Command Prompt (cmd.exe
). Is there something like compgen -c
in Bash, but for Windows?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
This provides CMD specific commands.
help
and to page the output use this
help | more