howtothings.co.uk

Full Version: How to use whois from Windows command line
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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"