Possible Duplicate:
start batch file from within vb.net as admin
I have created an application. I need to start a program using vb.net as administrator. I know you can use runas and I did this a couple of days ago but I really cant remember the code to run it as admin. Can you please help
I do not have their user or password. I just want it to bring up a box asking if they would like to give permission for this to happen.
Im not onabout my application been run as admin. im onabout starting another program from mine as admin..
process.start("C:\filename.bat")