|
|
#1 |
|
Applescript and Automator Mix
Hi All
What I am trying to achieve is to map certain drives one my MBA is either connected to wireless with ip : 192.168.2.15 or connected via vpn with ip 10.242.5.6. Automator script is called "MapDrives" I am using automator and applescript for this. So far it seems to be working but I would like to know if there is a more efficient way of doing this Thanks Automator steps 1)Pause for 7 seconds (until wireless is up) 2)Run Applescript Code:
global Local_IP
global VPN_IP
on run {input, parameters}
set Local_IP to do shell script "ifconfig en0|grep 'inet '|cut -d ' ' -f 2"
set VPN_IP to do shell script "ifconfig tun0|grep 'inet '|cut -d ' ' -f 2"
if (Local_IP as text) is equal to "192.168.2.15" or (VPN_IP as text) is equal to "10.242.5.6" then
else
tell application "MapDrives" to quit
end if
end run
Code:
smb://<NAS ip>/<folder A> smb://<NAS ip>/<folder B> Also is there a way for the script to automatically run once either of the ip has change? Thanks anton1s |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 09:08 PM.






Linear Mode
