home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 24
/
CDACTUAL24.iso
/
cdactual.dir
/
Internal_32_2share.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
|
1998-05-19
|
197 b
|
11 lines
on mouseUp
if the platform = "Windows, 32" then
open("./share/share32.exe")
else
if the platform = "Windows, 16" then
open("./share/share16.exe")
end if
end if
quit()
end