home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 October / PCpro_1998_10.ISO / compuser / Service.dxr / 00311.ls < prev    next >
Encoding:
Text File  |  1998-04-08  |  204 b   |  12 lines

  1. on mouseDown
  2.   global gMachine
  3.   case gMachine of
  4.     "WIN_16":
  5.     "WIN_32":
  6.       open(the moviePath & "SOFTWARE\IE40\IE4SETUP.EXE")
  7.       mDeInit()
  8.       quit()
  9.     "MAC_68", "MAC_PPC":
  10.   end case
  11. end
  12.