home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 2000 May
/
PCP163A.iso
/
softcd
/
intro
/
examples.dir
/
00032.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-10-22
|
261 b
|
11 lines
on mouseUp
sprite(7).visible = 1
appPath = baFindApp("ORL")
if appPath = EMPTY then
go(1)
else
baWriteRegString("Software\Netscape\Netscape Navigator\User Trusted External Applications", appPath, "Yes", "HKEY_CURRENT_USER")
end if
go(1)
end