bdickert Posted September 12, 2006 Posted September 12, 2006 I have a piece of software that needs to be installed locally as an admin - we have the fix from the manufacturer. We would need to run the command runas as the local admin and provide an encrypted password. We then want to compile it to an .exe - it would be nice if there was a link to something like this. Does AutoIT have a recorder? Or does everything have to be typed in? I went thru the tutors, but like the other guy - I am new to this. newbie
raedts Posted September 12, 2006 Posted September 12, 2006 if you use version 3.0 of auto it you could use: runasset("Username", "Domain","Password") Run("program.exe")
Recommended Posts