Re: dropStuff
Re: dropStuff
- Subject: Re: dropStuff
- From: Brandon Lake <email@hidden>
- Date: Fri, 17 Oct 2003 13:49:12 -0700
Thanks Roy, and all who posted on this,
The individual option is what I was missing (it needed to be off), I
guess what I wanted was to put multiple files in a single archive. I
can add more specific functionality from there.
Thanks for the help everybody!
Brandon Lake
This is what I wanted, maybe it'll be useful for someone else too:
on open theFiles
set d to path to desktop from user domain as alias
tell application "DropStuff"
stuff theFiles with format StuffIt5 into d without individually
quit
end tell
end open
_______________________________________________
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.