2
in the Linux command terminal we can access the manual pages of the applications. Type man date.
Is there anything equivalent in Windows cmd? For example, I wanted to know details of the tasklist command (its variations and such).
2
in the Linux command terminal we can access the manual pages of the applications. Type man date.
Is there anything equivalent in Windows cmd? For example, I wanted to know details of the tasklist command (its variations and such).
1
Using /?
after the command.
tasklist /?
Browser other questions tagged windows cmd command-line
You are not signed in. Login or sign up in order to post.
Did the answer help you? If yes she accepts.
– Laércio Lopes
Way to go! Thanks!
– Lucas Pletsch