I have a simple script that I made but I can't get it to work with when running CMD in Administrator mode.
SetFocus>Administrator: Command Prompt
send>cd \temp
press enter
send ....
If its just a normal CMD window this works fine. How can i get it to work in Administrator mode?
Sending commands to CMD window in Administrator mode.
Moderators: Dorian (MJT support), JRL
- Grovkillen
- Automation Wizard
- Posts: 1131
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: Sending commands to CMD window in Administrator mode.
You need to have your script in admin mode or else you need a user to interact with the UAC window.