T R E X X Video Toaster ARexx Script Writer (complete with an Intuition interface) Copyright 1991 by Kurris (a.k.a. Keith Williams) and Kludge Code Software "If it's a good program, then it MUST be a Kludge!" Version 1.03 Update 8/29/91 - What's new? - What? ANOTHER one?!!? Yeah, yeah, I know, but this one was really needed, trust me. Anyone using earlier versions of TRexx may have noticed a slight (or not so slight on a 68000 machine) delay in screen updates when selecting gadgets. I had known that this was annoying, but didn't know just HOW annoying, until I ran TRexx on a bare bones 2000. Yeck! So I tweeked around a bit and was able to speed up the response time to almost nil. I also fixed a bug that trashed the screen display when clearing scripts (it was nothing serious, but it made things look very strange). Another TOOLTYPE has been added. It is: SCRIPTS and is used to define the directory where TRexx should save the scripts that it generates (ex. "SCRIPTS=SYS:Toaster/TRexx_Scripts/"). This option should only be used if you are also using the ICONX option, since ARexx scripts should be executed from within the Toaster directory and nowhere else (ICONX, as you may recall, gives you a way to get around this). If SCRIPTS is not set, TRexx will default to the Toaster directory. The only other thing I changed was the file requester. I think that a scaled down version of my file requester is all that is really needed for this program, so I put this one in instead of my full blown one (at a savings of ten whole K off of the executable). You decide if it was really worth it. And that's about it for this version. Hope you like it! -Keith