home *** CD-ROM | disk | FTP | other *** search
- Assign Dopus5: Exists
- if warn
- requestchoice "Dopus5: not assigned" "Directory Opus 5 ist nicht installiert." "Abbruch"
- else
- if EXISTS Dopus5:Arexx/PlayCDDA_YACDP.dopus5
- requestchoice "Sie haben installiert:" "`version Dopus5:Arexx/PlayCDDA_YACDP.dopus5`" "OK"
- else
- requestchoice "Fehler" "Sie haben PlayCDDA_YACDP.dopus5 nicht installiert." "Abbruch"
- endif
- EndIf
-