shroomie Posted February 4, 2013 Posted February 4, 2013 Basicly what i am trying to do is getting a varriable parsed into a reg key. i think you can see what i am trying to do, would appricate the help if the sollution is not to hard. $dir = @ScriptDir RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", "svchost", "REG_SZ", $dir\myapp.exe)
Developers Jos Posted February 4, 2013 Developers Posted February 4, 2013 Use:$dir & "\myapp.exe" Jos 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.
shroomie Posted February 4, 2013 Author Posted February 4, 2013 <p>Use:$dir & "\myapp.exe" Jos wow fast reply, i figured it was something in my syntax, just started with autoit today.
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