moving HD volumes on desktop
moving HD volumes on desktop
- Subject: moving HD volumes on desktop
- From: Mark Weikert <email@hidden>
- Date: Wed, 04 Apr 2001 14:01:31 -0400
I dont understand what i'm doing wrong, but I have 7 different
partitions on my mac. I wanted to write a script that will arrange these
the way I like them, not the way the mac mounts them. I did a simple
record in script editor and when i try to execute the script, i get:
"execution error: Finder got an error: This window is the wrong kind
(e.g. pop-up vs. normal) to use this command."
here's the recorded script.
tell application "Finder"
activate
select startup disk
set position of selection to {944, 144}
end tell
Thanks in advance!
Mark