> Can anyone please tell me how to fix the file so that
> it can be opened with Revolution on Mac.

You can compile this in Apple's Applescript editor, making it into an applet
that you can drop files onto:


on open theList
    tell application "Finder"
        set selectionLength to number of items of selection
        if selectionLength = 0 then
            say "Nothing is [[emph +]] selected."
        else
            --  first change all the files selected
            set the creator type of every file of selection to "Revo"
            set the file type of every file of selection to "RSTK"
        end if
    end tell
end open



-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.1: Publish any database on any site
 ___________________________________________________________
 [EMAIL PROTECTED]       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to