home *** CD-ROM | disk | FTP | other *** search
- global gharddisk, gtaal
-
- on shortcutAccount
- desktop = baSysFolder("desktop")
- if the platform contains "macintosh" then
- baCreateFolder(gharddisk & "Program Files:Yucom:")
- SourceFile = the moviePath & "install:mac:ebanking" & gtaal
- DestFile = gharddisk & "Program Files:Yucom:ebanking"
- else
- baCreateFolder(gharddisk & "Program Files\Yucom\")
- SourceFile = the moviePath & "install\pc\ebanking" & gtaal & ".exe"
- DestFile = gharddisk & "Program Files\Yucom\ebanking.exe"
- end if
- baCopyFile(SourceFile, DestFile, "Always")
- title = "Yucom e-banking"
- baMakeShortcut(DestFile, desktop, title)
- end
-