


iClean
What is it?
Compatibility:PPC OS X - only tested with 10.4.11, here so far. May be suitable for earlier or later Mac OS's.
For a similar but Intel Mac native app, see: CleanEject
iClean is an AppleScript application and can be modified to suit using an AppleScript Script Editor.
If the Finder message (screenshot 2 above) asking for your admin password becomes wearisome each time you eject a USB thumb drive, use the Script Editor to include your username and password.
For example, this line is repeated twice in the AppleScript:
do shell script c with administrator privileges
Change both instances to:
do shell script c user name "yourusername" password "yourpassword" with administrator privileges
The quotemarks are needed, substitute yourusername and yourpassword with your actual username and pass.
Category:UtilitiesCompression & ArchivingYear released:2004System:Mac OS XArchitecture:PPC