home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 3 #5
/
CDRV3N5.ISO
/
demo
/
introdm.dir
/
Internal_225_Button2.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
|
1996-07-12
|
244 b
|
14 lines
on mouseDown
global AppName, pathName
if PressButton(5) = 0 then
return
end if
set AppName to "GOPROG.DIR"
if the machineType = 256 then
set pathName to "LSEE"
else
set pathName to "English 6.0"
end if
runApp()
end