• 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
Re: Using applescript to back up to iDisk
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using applescript to back up to iDisk


  • Subject: Re: Using applescript to back up to iDisk
  • From: Rob Jorgensen <email@hidden>
  • Date: Tue, 18 Feb 2003 22:20:46 -0500

At 4:43 PM -0800 2/18/03, Mark Weiss wrote:
Ladies and Gents,

I just found out from Aladdin Systems that their Drop Stuff utilities aren't
applescriptable.

Even if DropStuff isn't directly scriptable, you should be able to use it in a script, with this limitation - it's acceptable for a scripted archive to be created using DropStuff's preset preferences, since the prefs can't be changed by the script. If that's ok, here's an example that should demonstrate the technique sufficiently to get you started.

--
set targFol to (choose folder with prompt "Choose a folder to stuff.")
set dsPath to (choose file with prompt "Where is DropStuff app?")

tell application "Finder" to open targFol using dsPath
--

This should result in an archive, of the type defined in DropStuff's prefs, at the destination defined in DropStuff's prefs.

--

Rob Jorgensen
Ohio, USA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Using applescript to back up to iDisk (From: Mark Weiss <email@hidden>)

  • Prev by Date: [ANN] February BAUG Meeting
  • Next by Date: Re: How to get Zero (0) before Month ?
  • Previous by thread: Using applescript to back up to iDisk
  • Next by thread: Re: Best way to auto rename files
  • Index(es):
    • Date
    • Thread