HI
I am trying to get my applications to automatically check for if updated versions are available. The latest version would be stored on a public facing website in a simple file (.htm or .txt)
My initial approach would be to try and open the file, read contents and then look for appropriate information. How (if possible) would i pass the web address to the OPEN() function (ip address unknown)?
Another approach maybe to copy the file to the TEMP folder and then examine it
I can view the version file using %wb but ideally would like to access the contents
If anybody has any suggestions or have an alternative approach i would be grateful
Thanks
Steve