Borje Posted March 23, 2011 Share Posted March 23, 2011 (edited) HelloIs that anybody here that can help me with this?RegWrite("HKCR\Applications\Autoit4.exe\shell\Run\Command", "", "REG_SZ", ""@WorkingDir &"Privat\Programmering\Autoit4\Autoit4.exe"" ""%1"" %*")The error is: ==> Error in expression.:RegWrite("HKCR\Applications\Autoit4.exe\shell\Run\Command", "", "REG_SZ", ""@WorkingDir &"Privat\Programmering\Autoit4\Autoit4.exe"" ""%1"" %*")RegWrite("HKCR\Applications\Autoit4.exe\shell\Run\Command", "", "REG_SZ", ^ ERRORWhat to do for have this to work? Edited March 23, 2011 by Borje Link to comment Share on other sites More sharing options...
kaotkbliss Posted March 23, 2011 Share Posted March 23, 2011 (edited) You need some &'s in there.""&@WorkingDir &"Privat\Programmering\Autoit4\Autoit4.exe "&"%1"&" %*" Edited March 23, 2011 by kaotkbliss 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy! Link to comment Share on other sites More sharing options...
Borje Posted March 23, 2011 Author Share Posted March 23, 2011 Thank you kaotkbliss's for the help it works now... Link to comment Share on other sites More sharing options...
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