• 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: How do I script DropStuff?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I script DropStuff?


  • Subject: Re: How do I script DropStuff?
  • From: "Tracy Vanderwerf" <email@hidden>
  • Date: Wed, 17 Apr 2002 09:09:44 -0400
  • Organization: White Directory Publishers

Thanks to Greg Robb, who answered me privately and suggested the Stuffit Commands osax,
Jeff Baumann, who presented a solution without using osax and Paul Berkowitz, who suggested
osax.
I used the Stuffit Commands osax and it worked just fine. I was also interested in Jeff
Baumann's solution, just to know how to do it.
Here was the final solution:

set savepath to "BUFF:BUFF:BUFF_ADS:A:00250"
set filepath to savepath as string
try
get alias filepath
set got_filepath to true
tell application "DropStuff"
try
Stuff alias filepath with deleting originals
set stuffed_alias to true
on error
end try
end tell
on error
end try


Thanks for all the help,
TracyV

Paul Berkowitz wrote:

> On 4/16/02 10:27 AM, "Tracy Vanderwerf" <email@hidden>
> wrote:
>
> > Given a file path, I need to stuff the file. When I open the DropStuff
> > dictionary, it doesn't show much. Can anyone help me?
> >
> If you're still in OS 8/9, get the Stuffit Commands osax instead, from
> http://www.osaxen.com . It can do everything. In OS X you're stuck with
> DropStuff, although I think Stuffit Deluxe has a more complete dictionary.
>
> --
> Paul Berkowitz
> _______________________________________________
> 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.

[demime 0.98b removed an attachment of type text/x-vcard which had a name of tvanderwerf.vcf]
_______________________________________________
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: 
 >Re: How do I script DropStuff? (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Need to make a script wait or pause
  • Next by Date: Re: Need to make a script wait or pause
  • Previous by thread: Re: How do I script DropStuff?
  • Next by thread: Re: How do I script DropStuff?
  • Index(es):
    • Date
    • Thread