2013-03-12 75 views
2

在運行perl腳本時,是否有任何方法可以在Win-7中獲得管理員權限?在Win-7的perl腳本中獲取管理員權限

+0

的可能的複製【如何提高使用UAC的Perl程序(HTTP:// stackoverflow.com/questions/11019571/how-to-elevate-perl-process-using-uac) – nwellnhof 2013-03-12 20:20:08

回答

1

如果你不介意運行整個腳本作爲管理員,您可以使用shell「運行方式」命令:

runas /profile /env /user:mydomain\admin "perl myscript.pl" 
+0

是不是可以在運行時獲得管理員權限(即在myscript.pl中) – hemanth 2013-03-12 08:18:32