Catching a disk insertion event in an Applescript
Catching a disk insertion event in an Applescript
- Subject: Catching a disk insertion event in an Applescript
- From: Jim Witte <email@hidden>
- Date: Mon, 29 Mar 2004 21:37:19 -0500
Is it possible to write an Applescript that do something when a disk
is inserted, to the effect of:
on diskInsertEvent(volName)
copy every item of volume volName to ..
unmount disk volName
end diskInsertEvent
or can I do this in an Applescript Studio app?
Thanks,
Jim
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.