So I have a little script that maps a user share from a windows server using the $3 for the current user. Had a few users upgrade to Mavericks and the script fails for them. I can run the same script in AppleScript Editor just fine without the $3. Anyone else have issues using that parameter in Mavericks?
Here is my script:
tell application "Finder"
mount volume "cifs://usershareserver/home$/$3"
end tell