I have the following situation: I have a .bat file that should open a program (.exe), but this executable file must be opened with administrator permissions, I tried using the runas command as vi some informing, however this command needs to be informed both the user and the password, however I do not have this information since several computers in the company that I work need to run this .bat file. Thanks for any help.