home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v5 / player2.1opus5 / check / 11 < prev    next >
Text File  |  1977-12-31  |  342b  |  11 lines

  1. Assign PeggyPlus: Exists
  2.     if warn
  3.     requestchoice "PeggyPlus: not assigned" "PeggyPlus ist nicht installiert." "Abbruch"
  4.     else
  5.        if EXISTS PeggyPlus:MPEGPlayer 
  6.        requestchoice "System Check" "`version PeggyPlus:MPEGPlayer`" "OK"
  7.        else 
  8.        requestchoice "Fehler" "PeggyPlus:MPEGPlayer ist nicht installiert." "Abbruch"
  9.        EndIf
  10. endif
  11.