• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
help with privileges
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

help with privileges


  • Subject: help with privileges
  • From: Bob Cuilla <email@hidden>
  • Date: Tue, 16 Dec 2008 05:36:00 -0500

Hello and Merry Christamas to everyone.  I recently updated to 10.5.6 and the script shown below no longer allows me to create duplicates on my external drives.  I get a "access privileges" error.  This script has run flawlessly for a couple of years.  Can anyone help>  What am I missing? 

Thanks

Bob Cuilla
Orlando, Fl





-- backup to Media
tell application "Finder"
if exists "Media-Time Machine:" then


set source to "Macintosh HD:Users:bcuilla:Documents:Quicken Folder"
duplicate source to "Media-Time Machine:" with replacing


end if
end tell


-- backup to MWF Backup
tell application "Finder"
if exists "Mon-Fri Backup:" then


set source to "Macintosh HD:Users:bcuilla:Documents:Quicken Folder"
duplicate source to "Mon-Fri Backup:" with replacing


end if
end tell


-- backup to TueThurSat Backup
tell application "Finder"
if exists "Weekly Backup:" then


set source to "Macintosh HD:Users:bcuilla:Documents:Quicken Folder"
duplicate source to "Weekly Backup:" with replacing


end if
end tell











-- duplicate source to "http:idisk.mac.com:bcuilla:" with replacing

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: help with privileges
      • From: KOENIG Yvan <email@hidden>
  • Prev by Date: Re: Tell Blocks Considered Harmful (was Re: open for access)
  • Next by Date: Re: Tell Blocks Considered Harmful (was Re: open for access)
  • Previous by thread: Re: Back Up FileMaker Pro Database with a Script
  • Next by thread: Re: help with privileges
  • Index(es):
    • Date
    • Thread