home *** CD-ROM | disk | FTP | other *** search
- global gPathDelimiter
-
- on mouseUp me
- pathToInstaller = the moviePath & "screensaver" & gPathDelimiter
- case gPathDelimiter of
- "\":
- pathToInstaller = pathToInstaller & "Sabres-Saver.exe"
- ":":
- pathToInstaller = pathToInstaller & "Sabres Screen Saver"
- end case
- open(pathToInstaller)
- end
-