<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="0">&gt;Recently, Richard Gaskin lamented the difficulty of launching a local HTML<BR>
&gt;file on Mac OSX in the user's default browser<BR>
<BR>
Don't suppose anyone knows a way to do it on Windows?<BR>
<BR>
Shari C<BR>
</BLOCKQUOTE><BR>
<BR>
Try this, Shari (a Scott Rossi - Monte Goulding gem)...<BR>
<BR>
on launchFile pFileName<BR>
&nbsp; set the hideConsoleWindows to true<BR>
&nbsp; put empty into theTitle<BR>
&nbsp; if "NT" is in the systemVersion then<BR>
&nbsp;&nbsp;&nbsp; set the shellCommand to "cmd.exe"<BR>
&nbsp;&nbsp;&nbsp; put quote &amp; quote into theTitle<BR>
&nbsp; end if<BR>
&nbsp; get shell("start" &amp;&amp; theTitle &amp;&amp; quote &amp; pFileName &amp; quote)<BR>
end launchFile<BR>
<BR>
Works for any full url (local or web) path name. Very neat solution. And I hate both of them :)<BR>
<BR>
/H<BR>
PS: And I STILL can't get rid of duplicated html posting! Aaargh!<BR>
<BR>
_________________________________________________<BR>
<B>Hugh Senior</B><BR>
The Flexible Learning Company<BR>
Consultant Programming &amp; Software Solutions<BR>
Fax/Voice: +44 (0)1483.27 87 27<BR>
Email: <A HREF="mailto:admin@flexibleLearning.com">mailto:h@flexibleLearning.com</A><BR>
Web: <A HREF="http://www.flexiblelearning.com/">www.flexibleLearning.com</A></FONT></HTML>