tell me
activate
set s to display dialog “Which appliation do you want to start?” default answer “Safari”
do shell script “open -a \”” & text returned of s & “\””
end tell
tell me
activate
set s to display dialog “Which appliation do you want to start?” default answer “Safari”
do shell script “open -a \”” & text returned of s & “\””
end tell