• 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: Check to see if a server is mounted
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Check to see if a server is mounted


  • Subject: Re: Check to see if a server is mounted
  • From: Dave Balderstone <email@hidden>
  • Date: Mon, 20 Nov 2000 09:52:32 -0600

At 10:35 AM -0500 11/20/00, Billy Harbinson wrote:
>Is it possible to check to see if a server is already mounted?
>

if not (exists disk "ServerVolume") then
try
mount volume "ServerVolume" on server "Server" as user name "UName"
with password "PWord"
--do stuff
on error
-- do error stuff
end try
end if

or

if (exists disk "ServerVolume") then
--do stuff
end if

Dave Balderstone
Director, Technical Services
Western Producer Publications, Saskatoon, Canada


References: 
 >Check to see if a server is mounted (From: Billy Harbinson <email@hidden>)

  • Prev by Date: Check to see if a server is mounted
  • Next by Date: This mailing list in FileMaker Pro 5 format
  • Previous by thread: Check to see if a server is mounted
  • Next by thread: This mailing list in FileMaker Pro 5 format
  • Index(es):
    • Date
    • Thread