Ok, i’ve got everything figured out as far as how to start TrueCrypt with a script but i can’t figure out how to put in the password. I need help. Here’s what i’ve got so far. I need to enter it right after “delay 2”. Ok i can’t seem to get the code pasted right, or it doesn’t show up correctly under the “preview” button.
activate application "TrueCrypt"
tell application "System Events"
tell process "TrueCrypt"
tell menu bar 1
tell menu bar item "Favorites"
tell menu "Favorites"
click menu item "Mount All Favorite Volumes"
delay 2
end tell
end tell
end tell
end tell
end tell