Hi, I need help building an AppleScript; I’m a bit out of my depth.
Problem: I have dozens of legacy .MORE outline files on my hard drive in relevant folders. OmniOutliner 4 no longer opens MORE files. I want to convert the files to .OO3 files in the same location as the original.
I still have an installed license of OO3Pro. I also have a list of every MORE file, and it’s exact file path.
Solution: Use an AppleScript to go through the path list, find each MORE file, open it in OO3Pro, save it to the same path location as an .OO3 file, and then change the label color of the MORE file to indicate that it’s been processed.
The path list is a return-delimited text file.
Where do I start? Thanks in advance.