[X4U] Startup Applescript
John Azevedo
zoff at mac.com
Sat Jun 25 19:32:14 PDT 2005
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.
More information about the X4U
mailing list