Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An AppleScript to unmount multiple volumes at once' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to unmount multiple volumes at once
Authored by: erikh on Oct 26, '04 02:10:33PM

You might find that iTerm is preferred for this, terminal-wise. It has much better controls in the AppleScript department.

A couple of other ideas:

Write a shell script to do it, and if you want a gui element, have the terminal call that.

There are a few "mount" AppleScript commands that come with the Scripting Addition #1. You might want to look there for something that beats all these scenarios.



[ Reply to This | # ]
A couple of other ideas
Authored by: platon on Oct 27, '04 12:30:56PM

Thx for your input.
When I find some time, I will try do write a shellscript to do the job. (Since I run Terminal instead of Finder, it's no problem for me to have a lot of Terminal-Windows opened.)



[ Reply to This | # ]