Multiple commands in command prompt

Run Multiple Commands means the ability to run multiple command at once by linking them with double ampersands (&&). You can do this with any commands and you can link up as many as you want. Let’s know how to do.

Just go to command prompt by typing cmd on start then type ipconfig && netstat and hit enter. It will show you the result of these two command. ipconfig command helps you to know your ip address etc…netstat command displays all active TCP connections and the TCP and UDP ports on which the computer is listening.

I hope this is useful to everyone. Catch you soon with some cool tricks. Love you 🙂

Leave a comment