Okay, so I have to execute a batch command on a restricted user's account, however the batch command will not work unless the process has Administrative Privileges.
currently i call the batch command via
system("command here");
I, as the programmer, know the Administrator user/password on the WinXP machine this is to be executed on.