• 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
Stuffit question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Stuffit question


  • Subject: Stuffit question
  • From: Jim Brandt <email@hidden>
  • Date: Sun, 24 Feb 2002 06:49:28 -0600

Cam someone tell me how I fix this?

I have a script that stuffs a list of files into a Stuffit archive. I was using StuffIt Deluxe 5.5.
Here's a piece of the script:

set archive_name to (source2 & yymmdd & ".sit") as string
tell application "StuffIt Deluxe"
activate
make new archive with properties {name:archive_name}
stuff alias (source2 & yymmdd)
close archive 1
end tell

It was working just fine. I then installed StuffIt Deluxe 6.5 on Friday.
The script is now broken.

The "make new archive" command is the culprit. However, I'm fairly new to
scripting, and can't figure out exactly what changed in the dictionary to break it.
Can someone enlighten me?

Jim Brandt
_______________________________________________
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.

  • Prev by Date: Re: Regular Expressions
  • Next by Date: re: accessing the XML
  • Previous by thread: Re: Regular Expressions
  • Next by thread: Re: Stuffit question
  • Index(es):
    • Date
    • Thread