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
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
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
Leggi altre domande sui tag terminal applescript