home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 6
/
Sonderheft_6-96.iso
/
pd
/
cd-rom-tools
/
players_v2.2-opus5
/
check
/
11
< prev
next >
Wrap
Text File
|
1995-08-08
|
342b
|
11 lines
Assign PeggyPlus: Exists
if warn
requestchoice "PeggyPlus: not assigned" "PeggyPlus ist nicht installiert." "Abbruch"
else
if EXISTS PeggyPlus:MPEGPlayer
requestchoice "System Check" "`version PeggyPlus:MPEGPlayer`" "OK"
else
requestchoice "Fehler" "PeggyPlus:MPEGPlayer ist nicht installiert." "Abbruch"
EndIf
endif