home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1996 Counselor / COMPUSERVE.ISO / compuser.exe / compuser.DXR / 00004.ls < prev    next >
Encoding:
Text File  |  1996-07-12  |  530 b   |  16 lines

  1. on quickTime
  2.   global CPU
  3.   if the quickTimePresent = 1 then
  4.     go(1, "main.dir")
  5.   else
  6.     if (the quickTimePresent = 0) and (CPU = "WIN") then
  7.       go("Quicktime")
  8.     else
  9.       if (the quickTimePresent = 0) and (CPU = "MAC") then
  10.         alert("QuickTime ist nicht installiert !                                                                                               Zur Installation kopieren Sie die Systemerweiterung QuickTime in Ihren Systemordner.")
  11.         go(1, "main.dir")
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.