10-01-2015, 06:17 PM
How to use whois from Windows command line
1) Download Whois v1.12 By Mark Russinovich
Webpage: http://technet.microsoft.com/en-gb/sysin...97435.aspx
Direct download: http://download.sysinternals.com/files/WhoIs.zip
2) Save it to somewhere such as C:\tools
3) Optional: Adding PATH to Windows so you can run "whois" from any directory in a command prompt.
Using setx from the command line to set PATH.
setx PATH C:\tools
SUCCESS: Specified value was saved.
If you already have a PATH set such as nmap you can use this command:
setx PATH C:\tools;"C:\Program Files (x86)\Nmap"
1) Download Whois v1.12 By Mark Russinovich
Webpage: http://technet.microsoft.com/en-gb/sysin...97435.aspx
Direct download: http://download.sysinternals.com/files/WhoIs.zip
2) Save it to somewhere such as C:\tools
3) Optional: Adding PATH to Windows so you can run "whois" from any directory in a command prompt.
Using setx from the command line to set PATH.
setx PATH C:\tools
SUCCESS: Specified value was saved.
If you already have a PATH set such as nmap you can use this command:
setx PATH C:\tools;"C:\Program Files (x86)\Nmap"