[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] unmounting from macperl



Laurent:

At 4:57 AM 12/6/96, Laurent Bardi wrote:
>i ve got a pb,
>i want to unmount ALL the volumes from a server (even without knowing their
>names)

This sounds more like a job for AppleScript! Try the following script:

tell application "Finder"
   put away all volumes whose local is not true
end tell -- Finder

I have a more sophisticated version on my PowerBook (which is at home now).
If you are interested, I can forward you a copy later.

   Good luck,
   Clint

--
\ Dr. Clinton C. MacDonald   \ cbbccm2@tthsc6.lubb.ttuhsc.edu
 \ Cell Biology & Biochemistry\ 806/743-2703
  \ Texas Tech University      \ 806/743-2990 (FAX)
   \ Lubbock, TX 79430          \
    \ http://www.grad.ttuhsc.edu/Grad/macdonald/