On 5 Juni, 16:08, Kev <[email protected]> wrote: > Does anyone know how to use quicksilver to easily and quickly eject > all drives (not cds though)? > Thanks
Kompile the following script in script editor: tell application "Finder" to eject (disks where free space is not 0) Save the script and add a shortcut to it in qs for fast ejecting. The last part of it prevents cd's from ejecting.
