I'm trying to write a script that will be made a start up item.
This script would auto eject all my hard drives apart form the boot disk.
I've written this
tell application "Finder"
eject disk "BOOTCAMP"
end tell
but nothing happens, in the script editor I get this under events,
tell application "Finder"
eject disk "BOOTCAMP"
--> error number 0
end tell
What could be wrong. Sorry if this seems a complete noob question, cause it is!
This script would auto eject all my hard drives apart form the boot disk.
I've written this
tell application "Finder"
eject disk "BOOTCAMP"
end tell
but nothing happens, in the script editor I get this under events,
tell application "Finder"
eject disk "BOOTCAMP"
--> error number 0
end tell
What could be wrong. Sorry if this seems a complete noob question, cause it is!