set a to {"04:1e:aa:ef:7c:5d", "04:1e:aa:eb:1:e7"}
set i to 1
repeat with w in a
activate application "AirPort Utility"
tell application "System Events"
tell process "AirPort-Dienstprogramm"
click button 2 of tab group 1 of window 1
delay 1
keystroke w as text
delay 0.25
keystroke tab
keystroke "mac " & i
keystroke return
end tell
set i to i + 1
end repeat
Your email is never published nor shared. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
CAPTCHA: − three = 4
Notify me of followup comments via e-mail
Subscribe without commenting E-Mail:
MAC-Adressen Filter der Airport-Station per Script befüllen
set a to {"04:1e:aa:ef:7c:5d", "04:1e:aa:eb:1:e7"}
set i to 1
repeat with w in a
activate application "AirPort Utility"
tell application "System Events"
tell process "AirPort-Dienstprogramm"
click button 2 of tab group 1 of window 1
delay 1
keystroke w as text
delay 0.25
keystroke tab
keystroke tab
keystroke "mac " & i
delay 0.25
keystroke return
delay 1
end tell
end tell
set i to i + 1
end repeat