Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'yes applescript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
yes applescript
Authored by: spoot on Sep 11, '02 10:54:58PM

here's an easy one

--

tell application "Finder"
activate
mount volume ("afp://user:password@ip/volume")
end tell

--

add the compiled script to your startup items. just make sure that the disc is not in your keychain... or you will be prompted to enter your keychain password before it'll mount. You can also just double-click the app to mount the server.

adios



[ Reply to This | # ]
yes applescript
Authored by: serversurfer on Sep 12, '02 04:45:42AM

Couldn't you just tell the keychain to Always Allow? Assuming that works, it would be better than having your log/pass stored in an AppleScript. Stuff in the Keychain is encrypted.



[ Reply to This | # ]
yes applescript
Authored by: kworden on Sep 12, '02 11:35:25PM

If you save the script out as an Application. No one can see the code!

:)



[ Reply to This | # ]
no one can see the code
Authored by: greed on May 16, '03 10:36:33AM

I invite you to run the UNIX command "strings" on your compiled AppleScript. I don't have any handy (I'm at work without any Macs), but I think you won't like what you see.



[ Reply to This | # ]