@Echo Off Cd\ c: Set /P server=Please enter the server to connect to: Echo. Runas /user:privileged_id@domain.com "mmc.exe \\networkpath\compmgmt.msc /computer:%server%" Exit