home *** CD-ROM | disk | FTP | other *** search
/ Buffalo Sabres 2001-2002 Promotional CD / Sabres.iso / pc / detectpc.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  2001-09-05  |  303 b   |  13 lines

  1. on checkQT
  2.   global fileDel
  3.   if the quickTimePresent = 0 then
  4.     if the machineType = 256 then
  5.       QT = "mac" & fileDel & "Installer"
  6.       open(the pathname & "QT" & fileDel & QT)
  7.     else
  8.       QT = "pc" & fileDel & "qt4.exe"
  9.       open(the pathname & "QT" & fileDel & QT)
  10.     end if
  11.   end if
  12. end
  13.