Jump to content

user defined variables from files?


vocoder
 Share

Recommended Posts

not sure if the topic description is exactly correct

I am creating a program that reads a xml file

I would like for the user to be able change the location of where the file is located. so i am thinking i can store this information in a text file

example, the text file would look something like this

filelocation=c:\somedir\somefile.xml

and in my script, i could just use filelocation to open up the xml file

i am new to autoit, so is something like this possible? what should i be looking at?

Link to comment
Share on other sites

not sure if the topic description is exactly correct

I am creating a program that reads a xml file

I would like for the user to be able change the location of where the file is located. so i am thinking i can store this information in a text file

example, the text file would look something like this

filelocation=c:\somedir\somefile.xml

and in my script, i could just use filelocation to open up the xml file

i am new to autoit, so is something like this possible? what should i be looking at?

Maybe IniRead, IniWrite

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...