Gordoni Posted January 28, 2009 Posted January 28, 2009 Look at this code RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\D2GSP\EasyRun", "EasyRun", "REG_SZ",$location") I have problems to use $location (3) : ==> Unterminated string.: Any 1 can help?
Mobius Posted January 28, 2009 Posted January 28, 2009 (edited) Hey Dude, you have answered your own question. you accidentally appended a quote to the end of your location variable. causing the unterminated string error. Edited January 28, 2009 by Mobius
euverve Posted January 28, 2009 Posted January 28, 2009 (edited) Fix:RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\D2GSP\EasyRun", "EasyRun", "REG_SZ",$location) Edited January 28, 2009 by Thatskie
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