image
image

Go Back   macosx.com > Mac Help Forums > Mac OS X System & Mac Software

Reply
 
Thread Tools
  #1  
Old November 5th, 2007, 08:42 AM
True Defiance
 
Join Date: Aug 2004
Location: 4th Floor, Above Glory, Beneath Deviance.
Posts: 72
Thanks: 0
Thanked 0 Times in 0 Posts
mickey79 is on a distinguished road
AppleScript to mount share: Not Working in Leopard!?!

Ave,

I wrote a small AppleScript to mount network shares on share points. The scripts works fine in Panther (10.3) but does not work in Leopard (10.5).

Any clues how I can automate this following shell script:
(PS: I don't care if I use AppleScript, Automator, or something else - I just need to mount these share automatically on System Startup)

Quote:
tell application "Finder"
try
do shell script "sudo -u www mount_smbfs -f 0777 -d 0777 //usrwd@192.168.1.2/Transfer /Library/WebServer/Documents/site/mounts/osm" password "pwd" with administrator privileges
activate
display dialog "Connecting to SHARE on SERVER
Please wait ..." buttons {"Cancel"} default button "Cancel" with icon caution giving up after 2
on error
-- do nothing
end try
try
do shell script "-u www mount_smbfs -f 0777 -d 0777 //usrwd@192.168.1.2/SHARE2 /Library/WebServer/Documents/site/mounts/idt" password "pwd" with administrator privileges
activate
display dialog "Connecting to SHARE2 on SERVER
Please wait ..." buttons {"Cancel"} default button "Cancel" with icon caution giving up after 2
on error
-- do nothing
end try

activate
display dialog "Connections to Foresight Established.
-TRANSFER Mounted!
-SHARE2 Mounted!"
end tell
__________________

"To err is Human,
To blame it on someone else, is even more Human.
To get away with it, is Tha Bomb!"
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 06:32 PM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.