I am using the following script:
It prompts me to click on the close button in the terminal window, and still leaves terminal active in the dock. what modifications would you suggest? If I could I wouldn't even have a terminal window at all.
Code:
tell application "Terminal"
activate
do script "cd /Volumes/iTunes/" in front window
do script "./ToastImageMounter ZooTycoon2NoCD.toast" in front window
do script "open 'Zoo Tycoon 2.app'" in front window
do script "exit" in front window
close front window without saving
end tell
It prompts me to click on the close button in the terminal window, and still leaves terminal active in the dock. what modifications would you suggest? If I could I wouldn't even have a terminal window at all.
Attachments
Last edited: