home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / Image.iso / aol / software / aolshow.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1996-12-03  |  223 b   |  11 lines

  1. on mouseUp
  2.   unLoad(1, marker(0))
  3.   if the platform contains "32" then
  4.     open(the pathName & "qtw/qt32.exe")
  5.   else
  6.     if the platform contains "16" then
  7.       open(the pathName & "qtw/qt16.exe")
  8.     end if
  9.   end if
  10. end
  11.