applescript:PPPoE接続を確立する


1

Applescriptは特定のPPPoE構成にどのように接続しますか?Launchbar経由でこれをトリガーしたいです。

(または、現在選択されているネットワークの場所が正しいかどうかを確認し、イーサネットケーブルが接続されている場合、PPPoEサービスに自動的に接続する、より洗練されたスクリプト。

回答:


0
do shell script "/usr/sbin/scselect [insert appropriate network location]"

tell application "System Events"
    tell network preferences
        connect service "[insert name of PPPoE service]"
    end tell
end tell
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.