CompuServe Messages

Third time's a charm!

    19-Jul-94 22:13:10
Fm: Charles Blaquiere 76046,1756
To: Stan Kalisher (Impulse) 76004,1767
Mike, ummm no, I didn't say that Imagine 3.0 had problems with my FC24; so far, they seem to get along as well as ever. My problem is with ARexx. I'm trying to create a script to view an IFF24 image on the Firecracker, and 'showiff24' leaves the Amiga layer on. Yes, I know I could switch cables in the back to go into a dual-monitor setup, but I'd have to turn off my Amiga every time, and I don't want to do that. Besides, you guys wrote those nifty 'aon', 'aoff' and 'boff' utilities for a reason, eh? Anyway, the question is open to the floor. Folks, how can I fix the following script? /* Program to make Forge dump current 24 bit preview window to FireCracker 24 */ OPTIONS RESULTS Address "FORGE.1" SHOWSTATUS """Dumping Preview…""" Address "FORGE.1" DUMPPREVIEW "RAM:picprev.iff" IF (rc=0) then DO address "Work:FC24/Light24/showiff24 -p ram:picprev.iff" "delete ram:picprev.iff" Address "FORGE.1" SHOWSTATUS """""" END Blaq!