I installed the web server and based on the HTTP request and should execute the script as another user.
So, regarding this, can I start HTTP as the user I need?
Or I can provide the password non-interactively and include something like below as the first line of the bat file.
runas /user:dmn1\user1 cmd
source
share