|
|
#1 |
|
Prospect
Join Date: May 2002
Posts: 21
|
Automatic mounting of Network share upon login
Hey guys, playing around with Applescript. I would like to write a small script that will automatically connect me to my networks shares after I login. any info would be greatly appreciated.
TIA |
|
|
|
|
|
#3 |
|
Triple-A Player
Join Date: Jan 2002
Location: Colorado
Posts: 115
|
AppleScript or Location File
If you want to mount a volume in AppleScript instead of the Location Files as mentioned above you can create a script using the "mount volume" command. The script can then be saved to the hard drive and put in the Login Items if desired. Here's the format for the script:
mount volume "afp://username:password@server.domain.com/volume" It also works with the multiple variations: afp:/at/...; smb://... etc. Last edited by RichB; 06-02-2002 at 05:04 PM. |
|
|
|
![]() |
|
|