home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 148
/
Clickx_Magazine_148_Coverdisc_cd5.iso
/
pc
/
Yucom
/
intro.dxr
/
Scripts_7_StartBT.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-11-03
|
258 b
|
11 lines
global gharddisk, gtaalInstall
on StartBT
if the platform contains "macintosh" then
open(the moviePath & "install:mac:" & gtaalInstall & ":install IE4.5")
else
open(the moviePath & "install\pc\" & gtaalInstall & "\ie.exe")
end if
quit()
end