Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
perl スクリプトの実行中に Win-7 で管理者アクセスを取得する方法はありますか?
スクリプト全体を管理者として実行してもかまわない場合は、シェルの「runas」コマンドを使用できます。
runas /profile /env /user:mydomain\admin "perl myscript.pl"