Existe-t-il un moyen de partager un fichier par AirDrop via Terminal sur Mountain Lion ? Comment ?
Réponses
Trop de publicités?
Pawel Debski
Points
2574
Vous pouvez également définir automatiquement votre paramètre de réception AirDrop sur "Tout le monde", script sur la base de Aucune des réponses ci-dessus :
#!/usr/bin/osascript
tell application "Finder"
make new Finder window
activate
end tell
tell application "System Events" to tell process "Finder"
keystroke "R" using {command down, shift down}
# open the "Allow me to be discovered by" dropdown
click button 1 of splitter group 1 of splitter group 1 of window 1
# select the 3rd option (Everyone)
click radio button 3 of pop over 1 of splitter group 1 of splitter group 1 of window 1
end tell
Lano
Points
438
- Réponses précédentes
- Plus de réponses