To show a list of batch/commandline commands you can press help in a command prompt. But how to read it?
I tried:
code:
rem file.bat
help
pause
It went crazy.
I found out pressing break stops the program, but then I can only read half the file.
Especially when reading a single command like
help echo
won't make me read it because if I press too fast I read nothing. If I press too slow I miss it.
Google searching for batch help, doesn't show me links with exactly the same information.