home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #6
/
amigamamagazinepolishissue1998.iso
/
opus
/
v5
/
cdda_mpeg_op5
/
cdda_mpeg_docs
/
check
/
14
< prev
next >
Wrap
Text File
|
1977-12-31
|
394b
|
11 lines
Assign Dopus5: Exists
if warn
requestchoice "Dopus5: not assigned" "Directory Opus 5 ist nicht installiert." "Abbruch"
else
if EXISTS Dopus5:Arexx/PlayCDDA_JB.dopus5
requestchoice "Sie haben installiert:" "`version Dopus5:Arexx/PlayCDDA_JB.dopus5`" "OK"
else
requestchoice "Fehler" "Sie haben PlayCDDA_JB.dopus5 nicht installiert." "Abbruch"
endif
EndIf