Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Dig command for DOS in WinXP

Jul 12, 2007 2:11AM PDT

Hi

I want to have dig command run in WinXp's DOS, pls guide for this

Discussion is locked

- Collapse -
If...
Jul 12, 2007 2:29AM PDT

You're talking about the Linux/*nix dig command/program, then I would suggest that you look into the Cygwin Linux environment thing. It gives you a pretty complete set of Linux tools on Windows. Can't say for sure it will include dig, but it's probably about your best and only shot.

- Collapse -
This link should get you going ...
Jul 12, 2007 4:43AM PDT
http://www.isc.org/products/BIND/

DIG has been included with all versions of BIND since 8.2.3. However, there were some serious security issues with BIND version 8, so if you?re planning on actually installing BIND, I recommend getting the latest version of 9.

BIND 9.4.1 is a 3.78-MB ZIP file. When the download completes, extract the BIND files and copy them into an empty directory. At this point, you can install BIND by running the BINDINSTALL.EXE file. If you are not interested in anything beyond dig the following paragraph tells you how to make dig available without installing the full BIND package.

To use DIG, create an empty directory and copy the files DIG.EXE, MAN.DIG.HTML, LIBDNS.DLL, LIBEAY32.DLL, and LIBISC.DLL into it. Be advised that this step is different from previous versions. In version 8 of BIND, the required files were DIG.EXE and LIBBIND.DLL.

Once all of the necessary files have been copied, you?re ready to run DIG.