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


Click here to return to the 'Applescript alternative.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Applescript alternative.
Authored by: jalfredprufrock on Aug 09, '06 06:53:40AM
I have a lengthy (and new os x user friendly) description of a writing an Applescript to do this on my blog:

http://thegreatmigration.blogspot.com/

[ Reply to This | # ]
Applescript alternative.
Authored by: jalfredprufrock on Aug 09, '06 06:55:26AM

Just this:

tell application "Finder"
mount volume "smb://[Windows Workgroup];[Windows Login]:[Windows Password]@[Computer Name]/[Shared Folder]"
end tell
tell application "Finder"
activate
make new Finder window
end tell

if you don't need to be told how to write an Applescript.



[ Reply to This | # ]