home *** CD-ROM | disk | FTP | other *** search
/ Games Central GT Digital… Q3 Premier Trimestre '98 / GT_DPK.ISO / pc / data / Intro.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1995-08-25  |  127 b   |  9 lines

  1. on wincheck
  2.   if the quickTimePresent = 1 then
  3.     put "quicktime present"
  4.     go("mac")
  5.   else
  6.     go("install")
  7.   end if
  8. end
  9.