Can anyone help, i have a batch file i want to run with elevated rights but Runasuser 4.1 is not embedding the batch file into the exe it creates. I have followed the instructions and have tested the batch file manually and it works. What can i do? this is what im trying to run;
@echo off
NET USER TempAdmin2 /expires:11/02/05 Password12 /ADD
NET LOCALGROUP Administrators TempAdmin2 /ADD
Thanks for any help.
@echo off
NET USER TempAdmin2 /expires:11/02/05 Password12 /ADD
NET LOCALGROUP Administrators TempAdmin2 /ADD
Thanks for any help.