Sjoerd,
Thanks...after playing around with the right number of slashes, this is
finally what worked:
on mouseUp
put queryRegistry("HKEY_CLASSES_ROOT\http\shell\open\command\") into
tDefaultBrowser
put directory into dirName
launch "file:/" & dirName & "folder1/Index.htm" with tDefaultBrowser
end mouseUp
The only odd thing is that when you close the MC launcher app it also closes
the browser with it. Strange. Ideally, you would want the MC launcher app to
disappear on launch and leave the browser up as an independent entity. Any
idea of a workaround for this?
regards,
Blair
Sjoerd Op 't Land wrote:
> Maybe "file:" should be "file://", I don't know, just try.
>
> Regards, / Groeten,
> Sjoerd
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.