Bir el kitabım var:
tell application "System Events"
tell current location of network preferences
set VPNService to service "VPN (Cisco IPSec)"
if exists VPNService then
connect VPNService
end if
end tell
end tell
Yürütdüğümde bir iletişim kutusu gösteriliyor ve benden şifremi sor. Bu işlemi otomatikleştirmek ve doğrudan şifremi komut dosyama koymak ve iletişim kutusunu otomatik olarak doğrulamak istiyorum.
Bunu yapmanın bir yolu var mı?