Command Prompt tricks you did not know
Change colors
You can change color using the following command in cmd.
color <color-code>
The following command will give you a list of all the colors you can use in cmd:
help color
The following command will change the color of the terminal:
colo...
abhirajb.hashnode.dev2 min read