Mattraks Posted February 2, 2008 Posted February 2, 2008 (edited) Delete Edited October 21, 2008 by Mattraks
Zedna Posted February 2, 2008 Posted February 2, 2008 Look at RegRead() RegWrite() in AutoIt helpfile. There are also examples. Resources UDF ResourcesEx UDF AutoIt Forum Search
ame1011 Posted February 2, 2008 Posted February 2, 2008 That doesnt really explain which kinds i should use or what kinds do what.translation: please write this code for me. [font="Impact"] I always thought dogs laid eggs, and I learned something today. [/font]
Kademlia Posted February 2, 2008 Posted February 2, 2008 translation: please write this code for me.http://www.autoitscript.com/autoit3/docs/f...ons/RegRead.htmHere "i" wrote it down for him. Its in "Example"
erezlevi Posted February 2, 2008 Posted February 2, 2008 So i want to make a program that will check is a reg exists and then do a specific function and then while in the function, write to or make a new reg that has a value of 1. The next time the program is ran, it will read the reg and sees the value is 1 and it wont run the function. What kind of reg should i use and can someone tell me like a sample part of the code?use the following: reading example: $pathtoserver = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Test", "TestKey").writing example: RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Test", "TestKey", "REG_SZ", $firstinput1)you should use "REG_SZ".
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