Results 1 to 4 of 4

Thread: Another Question

  1. #1
    egiggey
    Guest
    Is there a way to have the Inet control download all the urls in a text file to a dir such as (c:\files)

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Read in the text file, use the Split function to separate the URL's (if they are on new lines, that would be vbCrLf), and then loop through the resulting array asking iNet to download each one.

  3. #3
    egiggey
    Guest
    In newbie termonology please :-)

  4. #4
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    See your other post

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