runas.exe /profile /user:administrator "C:\temp\SQLSP3.bat"
will run the SQLSP3.bat file in Administrative Prompt and it is asking Adminstrator password in Windows Server 2008.
SQLSP3.bat file has following code
C:\Temp\SQLSP3.exe /qs /IAcceptSQLServerLicenseTerms /Action=Patch /AllInstances
Is there any option which i can code the Administrator Password in any of the Script file ?
I don't want UAC to ask me the password. Everything needs to happen silently. Please help me.