Brenmank Posted September 29, 2005 Share Posted September 29, 2005 I am attempting to write a script that runs a program with rights that are elevated to Admin. I have looked through the Manual and the forum, and am unable to resolve my probelm. I am a beginner to AutoIt, so any help that you can provide would be appreciated. Here is my code, and the error I get when I run it. ; Set the RunAs parameters to use local adminstrator account RunAsSet("Administrator", @Computername, "adminpassword") ; Run registry editor as admin RunWait("taskpanl.exe","C:\Program Files\EarthLink TotalAccess") ; Reset user's permissions RunAsSet() Error: Unable to execute the external program The Parameter is incorrect. Thanks, BrenmankRunAsSet.au3 Link to comment Share on other sites More sharing options...
BigDod Posted September 29, 2005 Share Posted September 29, 2005 I think that your problem could be with the "workingdir". Try writing it as "'C:\Program Files\EarthLink TotalAccess'" Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother Link to comment Share on other sites More sharing options...
Developers Jos Posted September 29, 2005 Developers Share Posted September 29, 2005 Just use the FULL path in the first parameter.... 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. 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