On Jun 25, 2005, at 7:27 AM, Crandon David wrote: > Could someone please remind me how to create an Applescript that > launches at startup to dismount/hide a backup hard drive? This will dismount the disk: tell application "Finder" to eject disk "The name of the disk" Replace "The name of the disk" with the actual disk name, and save the script as an application. Add the application to System Preferences> Accounts> LogIn Items.