On 1/6/06 9:19 AM, "Bill Vlahos" <[EMAIL PROTECTED]> wrote:
> How can I tell when all of the files are finished downloading? > How can I tell when all of the files are finished downloading? Well, if you're using 'put URL', then it is a blocking command, meaning that you don't go to the next script line until it is done downloading. This should mean that if you're in a repeat loop, you're finished downloading when the repeat loop is over. The other possibility is to use "load url", which is *non-blocking*, and then periodically check the urlStatus of the url you're working on to see how far it's gotten. HTH, Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
