| Dynamically download URLs that are specified in a text file |
| Date Updated - 07/22/2007 |
| Description User question: I have an application that must download different URL's. Can your software download a URL specified in a small text file that changes say every few minutes? |
| Solution The text file 'c:\test\url.txt' should specify on the first line, the URL to download. Use Automize system variable 'FILE::......' to dynamically read in the first line of this file. Create a Web task using the following settings: Download URL = $%FILE::LINE::FIRST::c:\test\url.txt%$ Below is the output of such a test:
|