• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Writing a script that mounts servers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Writing a script that mounts servers


  • Subject: Re: Writing a script that mounts servers
  • From: Todd Reid <email@hidden>
  • Date: Wed, 30 Apr 2003 13:39:52 -0600

While not the most elegent script, this one works for me every morning:

tell application "Finder"
try
if not exists volume "afp://<server IP address here>" then
mount volume "afp://<server IP address here>"
end if
end try
end tell

Todd Reid
Creo, Inc.

On 4/30/03 11:17 AM, "Vic Piercy" <email@hidden> wrote:

> Can anyone help me with a few helpful hints on how to tell finder to mount a
> server without having the dialog boxes show up? I am somewhat familiar with
> applescript and with a little help I think I could figure it out. This is my
> first post so please be patient. Thanks in advance!
>
> Vic
> _______________________________________________
> applescript-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/applescript-users
> Do not post admin requests to the list. They will be ignored.
>





Creo | Creative Software Group
todd reid | quality assurance engineer | +1.720.932.4718
email@hidden | http://www.creo.com/sixdegrees

IMAGINE CREATE BELIEVE
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Writing a script that mounts servers
      • From: Dan Young <email@hidden>
    • Re: Writing a script that *unmounts* servers
      • From: Andrew <email@hidden>
References: 
 >Writing a script that mounts servers (From: Vic Piercy <email@hidden>)

  • Prev by Date: Re: Script in Script Editor MUCH faster than compiled app -- why?
  • Next by Date: Re: Creating a Progress Bar, is it possible?
  • Previous by thread: Writing a script that mounts servers
  • Next by thread: Re: Writing a script that *unmounts* servers
  • Index(es):
    • Date
    • Thread