home *** CD-ROM | disk | FTP | other *** search
- /*
- $VER: SetSVOperator.rx V4.1 (15.10.94)
- © 1993-94 by Andreas R. Kleinert
-
- This script demonstrates how to modify the default SVOperator
- settings without using the GUI, but SuperView's ARexxPort.
-
- The resulting changes will also appear on SuperView's GUI,
- if already open.
-
- */
-
-
- address 'SuperView.rx' "SVOPERATOR=HilbertDither256"
-
- adress command
- wait 5
-
- address 'SuperView.rx' "SVOPERATOR=XOR"
-