Monday 6 June 2016

More Command Prompt Trick !

 Find IP address of Any Website 

 If you would like to find IP address of any website, you can easily find from the Command Prompt. Type “nslookup (name of the website)” and hit enter, you will immediately see the IP address. For example: type “nslookup www.makeeasycomputer.blogspot.in” to check IP address of the www.makeeasycomputer.blogspot.in


 Execute more than one Command 

If you want to run more than one command in a session, then you don’t have to wait for each command to finish up before entering another. Just add “&&” between each command and the commands will be executed one after another. For example: you can type “systeminfo && ipconfig && taskmgr” to execute all 3 of these commands together.


For More Tricks visit us: About Command Prompt!

No comments: