home *** CD-ROM | disk | FTP | other *** search
/ Clickx 148 / Clickx_Magazine_148_Coverdisc_cd5.iso / pc / Yucom / intro.dxr / Scripts_7_StartBT.ls < prev    next >
Encoding:
Text File  |  1999-11-03  |  258 b   |  11 lines

  1. global gharddisk, gtaalInstall
  2.  
  3. on StartBT
  4.   if the platform contains "macintosh" then
  5.     open(the moviePath & "install:mac:" & gtaalInstall & ":install IE4.5")
  6.   else
  7.     open(the moviePath & "install\pc\" & gtaalInstall & "\ie.exe")
  8.   end if
  9.   quit()
  10. end
  11.