On Dec 16, 2006, at 2:39 PM, Karl Winkelmann wrote:
AppleScripts don't seem to travel week on their own. It is better to compress them before sending.
The problem with sending Applescripts as attachments is that older ones are entirely contained in the resource fork. So you have to be sure to use an encoding type that supports resource forks. Base64 does not. AppleDouble does.
Compressing the script with Mac friendly compression first will also solve the problem as that will move all the important data into the data fork.
-chris <www.mythtech.net> ___________________________________________________________________________ To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>

