Results 1 to 2 of 2

Thread: Command-line

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 1999
    Location
    Atlanta, GA
    Posts
    75

    Post

    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

  2. #2
    New Member
    Join Date
    Apr 1999
    Posts
    13

    Post

    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).]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width