home *** CD-ROM | disk | FTP | other *** search
- /* DOpusBackground.dopus5 */
- options results
- address 'DOPUS.1'
- address command 'Copy "DOplus:tutorial/Arexx Tutorial/TuteRexx/Extras/2.iff" RAM:'
- dopus front
- dopus set background 'RAM:2.iff' desktop tile custom /* Set the new background */
- dopus refresh background custom /* Refresh the display */
- address command wait 10 /* Wait 10 seconds */
- dopus refresh background /* Refresh the display */
- dopus back
- address command 'Delete RAM:2.iff QUIET FORCE'
- exit
-