@database DOpusCDRexx @node main "CDDAOpus By Laurie Lee. AmigaGuide docs converted By $LiNg$HoT ********************************************************************* @{b}CDDAOpus By Laurie Lee@{ub} Based on DOpusLHARexx2 By Geoff Seeley @{" What is it? " link INTRO} @{" Installation " link INSTALL} @{" Usage " link USAGE} @{" TODO " link TODO} @{" Contact " link CONTACT} @{" Greets " link GREETS} ********************************************************************* @{i}Docs AmigaGuide'ed by @{b}$LiNg$HoT@{ub} @endnode @node INTRO Two Arexx scripts facilitate the playing of audio cd's from within Directory opus 4. Based on DOpusLHARexx2 by Geoff Seeley CDDAHandler.rexx : The Handler. ListCDDA.rexx : The user interface. Before continuing you will need 2 other programs. These are YACDP version 1.2 or better YACDP by Frank Wurkner Both of these programs are available from Aminet in the disk/cdrom directory. @endnode @node INSTALL 1. copy both files into your REXX: directory copy CDDAHandler.rexx ListCDDA.rexx to rexx: 2. Set the script bits on them. protect s:CDDAHandler.rexx +s protect s:ListCDDA.rexx +s 3. Add the line run >nil: