AsokTheIntern
MIS
Dear all,
i wrote a batch file to copy some programs from a mapped drive to the users c drive and to install them from there. One of the programs requires administrive rights to install and i used:
runas /noprofile /user:domainname\username c:\temp\pro.exe
Is there a way to make the batch use the password for this account automatically instead of stopping the process and asking for it?
Many thanks in advance and kind regards,
Sebastian
i wrote a batch file to copy some programs from a mapped drive to the users c drive and to install them from there. One of the programs requires administrive rights to install and i used:
runas /noprofile /user:domainname\username c:\temp\pro.exe
Is there a way to make the batch use the password for this account automatically instead of stopping the process and asking for it?
Many thanks in advance and kind regards,
Sebastian