<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-2022-jp">
<META content="MSHTML 5.50.4922.900" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Klaus wrote:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV>&gt; Konichi-wa Cueto-san,</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Actually, since it's 11:13 P.M. here in Nippon, it's 
"konban-wa" :-)</FONT><BR><BR>&gt; Try this:<BR><FONT size=2>&gt; 
</FONT><BR>&gt; ....<BR>&gt;&nbsp;&nbsp; if "NT" is in the systemVersion 
then<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set the 
shellCommand to "cmd.exe"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ### 
put quote &amp; quote into theTitle 
???<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ### "" ??? Looks like this 
is the li'l troublemaker<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ### maybe 
you mean "put QUOTE &amp; tUrl &amp; QUOTE into 
theTitle<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end 
if<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; get shell("start" &amp;&amp; 
QUOTE &amp; tURL &amp; QUOTE)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ### 
then "get shell("start" &amp; theTitle)&nbsp; should work<BR>&gt; --<BR></DIV>
<DIV><FONT size=2>Tried it, but it opened the command console instead of the 
browser. HOWEVER, you did give me the idea of simply enclosing the url (i.e., 
tUrl) in quotes thus:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp; get shell("start" &amp;&amp; theTitle 
&amp;&amp; QUOTE &amp; tURL &amp; QUOTE)</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>... and _that_ did work!</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Thanks!!</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Cheers and arigato,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Nicolas Cueto</FONT></DIV></BODY></HTML>