Perguntas com a marcação «applescript»

5
Terminal aberto via AppleScript

Estou tentando escrever um script de atalho em faísca para abrir o terminal. on run {input, parameters} tell application "Utilities/Terminal" // tried Utilities:Terminal and Terminal too reopen activate end tell end run como pode fazer isso funcionar? Estou usando o 10.10.2 como versão...

3
AppleScript: 'existe' retorna verdadeiro sempre

Em todo existsAppleScript, o resultado é verdadeiro. Por exemplo: set a to (POSIX path of (((path to home folder from user domain) as text) & "skfhshfkh:" & "hfjhsfhsj:")) if exists a then display dialog "AppleScript returns a wrong worth ..." end if O resultado é tell current...