Run application script in .bat file in task scheduler is not working -



Run application script in .bat file in task scheduler is not working -

what missing in script below not create run needed application??

runas /env /user:administrator "manager.exe"

when double click .bat file requests password, how embed admin password in above command ??

any thought ??

you don't need run admin. configure task utilize administrator business relationship below.

in task scheduler -> double click on task -> in opened task window left pane select properties. open below window. there, click on change user or group button , select admin account.

batch-file scheduled-tasks

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -