Possible Duplicate:
To run cmd as administrator along with command?
I want to run a cmd using administrator privileges and then pass the command to the process that is running cmd as administrator.
I don't want to use proc.standardinput to pass the command is there any other method?