home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- esegui1 = bareadregstring("love love", "path", "error", "HKEY_CURRENT_USER")
- if esegui1 = "error" then
- Answer = bamsgbox("Install the game?", "LOVE LOVE SHOW!", "YesNo", "noicon", 1)
- if Answer = "Yes" then
- go(25)
- else
- go(1)
- end if
- else
- ok = bashell("open", esegui1 & "\ScrPlayer.exe", EMPTY, esegui1, "normal")
- quit()
- end if
- end
-