问题
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
来源:https://stackoverflow.com/questions/22158304/command-to-list-all-available-commands-in-windows-command-prompt