I have my 30G hard drive partitioned seven ways, but for some reason, when my computer starts up, they come up in a seemingly random order. I know that I once wrote an AppleScript to fix this problem automatically (I've long since lost it; it wasn't even on this HD), but I can't seem to duplicate it. Here's some of the things I've already tried:
set position of startup disk to {1219, 28}
This returns: "Finder got an error: This window is the wrong kind (e.g. pop-up vs. normal) to use this command"
set position of icon of startup disk to {1219, 28}
This returns: "Finder got an error: Can't set position of icon of startup disk to {1219, 28}."
set location of startup disk to {1219, 28}
This returns: "Finder got an error: Can't set location of startup disk to {1219, 28}."
set location of icon of startup disk to {1219, 28}
This returns: "Finder got an error: Can't set location of icon of startup disk to {1219, 28}."
move startup disk to {1219, 28}
This returns: "Finder got an error: Invalid key form."
move icon of startup disk to {1219, 28}
This returns: "Finder got an error: Invalid key form."
(Changing "startup disk" to 'disk "Mac OS 9.0.4"' doesn't help anything.)
Any ideas?!?