datkewlguy Posted February 17, 2005 Posted February 17, 2005 $reg = RegRead("HKEY_CURRENT_USER\Control Panel\Screen Saver.Marquee", "BackgroundColor", "REG_SZ", $Filename) Say i am trying to return the filename, how would i find what $filename was?
Developers Jos Posted February 17, 2005 Developers Posted February 17, 2005 $reg = RegRead("HKEY_CURRENT_USER\Control Panel\Screen Saver.Marquee", "BackgroundColor", "REG_SZ", $Filename)Say i am trying to return the filename, how would i find what $filename was?<{POST_SNAPBACK}> Regread() or RegWrite() ??? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
CyberSlug Posted February 17, 2005 Posted February 17, 2005 The question makes no sense. $filename is an undefined variable, and the syntax for RegRead would be just: $reg = RegRead("HKEY_CURRENT_USER\Control Panel\Screen Saver.Marquee", "BackgroundColor") Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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