I’m working on a script that I’m probably not going to distribute very widely. But lets pretend its some magical script that does something super useful that never occurred to anyone before but me.
My first thought was, a display dialog splash screen with buttons {"Read Me", "Quit", "Continue"} With the Read Me button just opening ANOTHER dialog with just text and a single OK button that sends you back to the first window.
But then I thought, wait this IS applescript after all. What if instead of opening another dialog when you clicked Read Me, what if I opened a new blank document in TextEdit, and send the text that would be the Read Me file, write to the new document!
Anyone ever do anything like this?