Hello
I wrote this script and saved it as an app called "Sleep":
tell application "Finder"
eject disk "STORAGE"
end tell
tell application "System Events"
sleep
end tell
tell application "Sleep"
quit
end tell
This has worked perfectly except when the computer wakes, the mouse pointer is the black and white circle. Everything still works normally (I think), but it is really annoying.
Is there anything that I can add to my script to change my mouse pointer back to normal?
I wrote this script and saved it as an app called "Sleep":
tell application "Finder"
eject disk "STORAGE"
end tell
tell application "System Events"
sleep
end tell
tell application "Sleep"
quit
end tell
This has worked perfectly except when the computer wakes, the mouse pointer is the black and white circle. Everything still works normally (I think), but it is really annoying.
Is there anything that I can add to my script to change my mouse pointer back to normal?