Jump to content

Read a Registry Key Value and react to it


lmilesuk

Recommended Posts

Hi,I'm new to XML and am only just beginning to understand the scope of it, basically I'm looking to read a registry key value from the pc and write it to the screen, and then dependent on the value I would like to download and run a program file from a file server if the value of this key is less than the value of the program's product version.Is this possible, within XML and if possible could someone provide me with some insight?Thanks in advance

Link to comment
Share on other sites

No, XML can't actually do anything. It's not a programming language, it's just a format to store data. It's about as active as a plain text file.If you want to make the computer do something you'll have to learn C++, Java or some other programming language.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...