dropStuff
dropStuff
- Subject: dropStuff
- From: email@hidden
- Date: Thu, 16 Oct 2003 13:39:11 -0700
Hi Group,
I made this Simple AS to stuff files that I chose automagically. I'd like to be
able to stuff multiple
files at a time. My problem was figuring out how to give DropStuff a multiple
file alias -- if that
exists. Basically I just want to put multiple files in the same stuffit
directory. It can't be that
hard, would anyone share with me what I'm missing?
TIA,
Brandon Lake
AS follows:
choose file
set file_to_be_stuffed to the result as alias
set mydesktop to path to desktop from user domain as alias
tell application "DropStuff"
stuff file_to_be_stuffed with format StuffIt5 into mydesktop
end tell
_______________________________________________
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.