| BTW, SirSmiley, what's this about using external files? How is that possible and how do you include those files when exporting for upload? |
As Zubaz said referencing the external file is easier for the user. Not sure whether
I'd use xml or text(csv, etc) myself. Simple text files maybe easier to parse for the less experienced scripter (aka myself) - by using GetFile & readline from FSO.
Now you could store the file in local storage per the help file
or
place it in My Documents & use the Environment Variable to point to it
or
allow the user to select the folder on initialization.
Edit: The lazy way to do the xml (if you're still learning the DOM like me) would be to get Chilkat's free XML activeX or Tortuga's activeX which can be called from within the script. Not as fast as the DOM but, for this stuff you most likely won't notice any difference.