On 1/21/02 11:08 PM, "Paul Berkowitz" <[EMAIL PROTECTED]> wrote:

> You can just select the mbox file, or several,  and run this script on it:
> 
<snip>

An easier way to do it. Save this version of the script in Script Editor as
an Application (switch the popup in the save dialog from Compiled Script).
Give it 2000K memory in Get Info.  Then you can just drag the mbox (or
several) onto to this script droplet (a script application with an arrow).

on open theFiles
    repeat with theFile in theFiles
        tell application "Finder"
            set theFile's file type to "TEXT"
            set theFile's creator type to "ttxt"
            set theName to name of theFile
            if theName ends with ".mbox" then
                set name of theFile to text 1 thru -6 of theName & ".txt"
            end if
        end tell
    end repeat   
end open

-- 
Paul Berkowitz


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to