home *** CD-ROM | disk | FTP | other *** search
/ VIPER Paradice / VIPER.ISO / pc / SETUP.EXE / SETUP.DXR / 00004.ls < prev    next >
Encoding:
Text File  |  2002-06-30  |  386 b   |  15 lines

  1. on exitFrame
  2.   esegui1 = bareadregstring("love love", "path", "error", "HKEY_CURRENT_USER")
  3.   if esegui1 = "error" then
  4.     Answer = bamsgbox("Install the game?", "LOVE LOVE SHOW!", "YesNo", "noicon", 1)
  5.     if Answer = "Yes" then
  6.       go(25)
  7.     else
  8.       go(1)
  9.     end if
  10.   else
  11.     ok = bashell("open", esegui1 & "\ScrPlayer.exe", EMPTY, esegui1, "normal")
  12.     quit()
  13.   end if
  14. end
  15.