'How can I open ".scpt" files on Windows?
I would like to open a ".scpt" file, what editors can I use?
P.S. I am using Windows, so the App should support Windows.
Solution 1:[1]
As others have said, .scpt files are compiled versions of your script. Save your script as a .applescript (i.e. TEXT) file if you want to edit your script on a machine without AppleScript.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Mark Alldritt |
