Re: Scriptable Text Editor v.1.1
Re: Scriptable Text Editor v.1.1
- Subject: Re: Scriptable Text Editor v.1.1
- From: Rachel Cogent <email@hidden>
- Date: Sat, 15 Sep 2001 06:42:23 -0600
Entity Marc K. Myers spoke thus:
>
In TE+ you can script almost anything that you can do manually.
OK Marc, here's one I have not been able to do:
Convert ReadMe to TE+
This script converts every file in a folder that are Read-only Readme text
into Tex-Edit Plus thus allowing opening in Tex Edit with a click.
(Until now, I did this by copying the contents into a new window and naming
it the original name)
tell application "Tex-Edit Plus"
activate
save windows as string with creator +class TBB6;
close windows
end tell
My problem is I don't know how to write it to the original folder, it seems
to go wherever.