<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=321553902-26042006><FONT face=Arial 
color=#0000ff size=2>Dunno if this will do what you want:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=321553902-26042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=321553902-26042006><FONT face=Arial 
color=#0000ff size=2>net use m: <A href="file://\\Bob">\\Bob</A> 
/user:[domainname\username] [password]</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=321553902-26042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=321553902-26042006><FONT face=Arial 
color=#0000ff size=2>which would map a remote folder to a drive letter which you 
could then use to open in Explorer using ShellExecute.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=321553902-26042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=321553902-26042006><FONT face=Arial 
color=#0000ff size=2>net use /? at a command prompt will give you some more 
info.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=321553902-26042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=321553902-26042006><FONT face=Arial 
color=#0000ff size=2>HTH,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=321553902-26042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=321553902-26042006><FONT face=Arial 
color=#0000ff size=2>Conor</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
face=Tahoma><FONT size=2><B>From:</B> delphi-bounces@ns3.123.co.nz 
[mailto:delphi-bounces@ns3.123.co.nz] <B>On Behalf Of </B>Paul A Norman<BR><SPAN 
class=321553902-26042006><FONT face=Arial 
color=#0000ff>&nbsp;</FONT></SPAN></FONT></FONT></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>Hi all!</DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV>Under win32 Can I use say shellexecute to opon win explorer and connect to 
a remote LAN folder say</DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><A href="file://\\Bob">\\Bob</A> with username xx and password yy</DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV>is the usernam / password sending I'm not sure about. And I can't seem to 
pose the right query on google, mnsdn etc</DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV>Any ideas please?</DIV></BODY></HTML>