lmilesuk Posted October 26, 2012 Share Posted October 26, 2012 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 More sharing options...
Ingolme Posted October 26, 2012 Share Posted October 26, 2012 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 More sharing options...
lmilesuk Posted October 26, 2012 Author Share Posted October 26, 2012 Is it possible to display a registry key in XML? Link to comment Share on other sites More sharing options...
Ingolme Posted October 26, 2012 Share Posted October 26, 2012 No. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now