How to Unmount an Exernal Drive using KM

Example:

tell application "Finder"
activate
eject "BackupDrive"
end tell

6 Likes