AppleScript sceglie il file con l'azione Terminale

0

Vorrei scegliere un file / un'immagine che viene montata nel Terminale

set pathelection to POSIX path of (choose file of type {"sparsebundle", "sparseimage", "dmg"})

fare script di shell "hdiutil mount" & "" & pathelection

    
posta user121028 07.06.2015 - 11:47
fonte

1 risposta

2

Bene, non ho idea di cosa vuoi, ma il tuo codice non è garantito per funzionare, il che potrebbe essere il tuo problema. Prova questo:

set image to POSIX path of (choose file of type {"sparsebundle", "sparseimage", "dmg", "cdr", "iso"})
do shell script "hdiutil mount " & quoted form of image

Fonte: lavoro part-time come profeta

    
risposta data 07.06.2015 - 12:01
fonte

Leggi altre domande sui tag