- Joined
- Feb 27, 2008
- Messages
- 8
- Reaction score
- 0
- Points
- 1
- Location
- Cincinnati, Ohio
- Your Mac's Specs
- iMac, 20-inch, 2.0GHz Intel Core 2 Duo, 2GB RAM, 250GB HD, Leopard, 20" Dell Widescreen.
Ok, so we have a mac lab and need the students to be able to connect to the windows file server. No biggy I thought, I'll write an applescript that they can click on when they need to access the share........and it almost works.
Here's my script:
tell application "Finder"
try
mount volume "smb://IpAddressHere/fileserver/_building/hs%band"
end try
end tell
What is happening is that it is opening to the root of the share, not the folder that I want. Any hints?
Here's my script:
tell application "Finder"
try
mount volume "smb://IpAddressHere/fileserver/_building/hs%band"
end try
end tell
What is happening is that it is opening to the root of the share, not the folder that I want. Any hints?