Hello, I currently have a working script, but I want it to browse for the shell script to run. For example when you open a file it usually opens up the browser. I want to make the browser below pop up asking for a shell script to run (See the pict below).
Here is a picture of what I am trying to do (But I am running leopard)
Here is my code:
Here is a picture of what I am trying to do (But I am running leopard)
Here is my code:
Code:
tell application "Terminal"
activate
do script "sh Ziper.sh"
end tell
end open