I want to automate an "nslookup" within VB. Can someone give me an idea of how to send to a command line and retrieve the returned information? Thanks.
Jay
Printable View
I want to automate an "nslookup" within VB. Can someone give me an idea of how to send to a command line and retrieve the returned information? Thanks.
Jay
HI,
Have a look at the command$ help in VB, this should explain it. Basically use something like
Cmdline = command$
and you should then be easily able to manipulate the command line you sent to the app
HTH
------------------
Ell Holmes
[email protected]
[This message has been edited by Ell_holmes (edited 02-09-2000).]