home *** CD-ROM | disk | FTP | other *** search
- /* DOpus front/back test */
- address 'DOPUS.1' /* Open DOpus' ARexx port */
- dopus front /* Bring the DOpus display to the front */
- address command wait 2 /* Wait for 2 seconds */
- dopus back /* Send the DOpus display to the back */
- exit /* Exit the script */
-