Home
Posts Tagged "list of commands from windows command prompt"
How To Generate A List Of All Available Commands In Windows Command Prompt
Feb 28th, 2014 · 1 Comment
The Windows command prompt has many useful commands that can do useful things.
To make a list of these commands for reference, open the command prompt (Windows key + R) and type :
cmd
Once at the command prompt, simply dump the contents of the “help” command to an external text file by typing :
help >> pathwherethefileistobekept\filename.txt
In this example, file named commandlist.txt...