AFP Volume mounting

Nice, clean example of how to mount an AFP share using AppleScript. From the AppleScript Users List.

OS version: OS X

tell application "Finder"
    --activate
    mount volume "afp://userName:password@ip_address_or_dns_name/volume_name"
end tell