<!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=288183903-26042006><FONT face=Arial
color=#0000ff size=2>Looks like you should supply * for the password instead of
a specific password, which prompts the user to enter a password (which I think
you wanted anyway) and then stores those credentials.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=288183903-26042006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=288183903-26042006><FONT face=Arial
color=#0000ff size=2>So you probably want:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=288183903-26042006><FONT face=Arial
color=#0000ff size=2>net use * <A
href="file://\\192.168.1.3">\\192.168.1.3</A> /u:domain\username
/savecred</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=288183903-26042006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=288183903-26042006><FONT face=Arial
color=#0000ff size=2>Maybe that's what your conflict was. Dunno, I've
never used it myself...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=288183903-26042006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=288183903-26042006><FONT face=Arial
color=#0000ff size=2>C.</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=288183903-26042006><FONT face=Arial
color=#0000ff> </FONT></SPAN></FONT></FONT></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>I completely
overlooked</DIV>
<DIV> </DIV>
<DIV><FONT color=#0000ff size=2> /SAVECRED </FONT></DIV>
<DIV><FONT color=#0000ff size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>I'll give it a go. For either ...</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT size=2>net use /SAVECRED <A
href="file://192.168.1.3/">\\192.168.1.3</A> password</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>OR</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>net use <A href="file://192.168.1.3/">\\192.168.1.3</A>
password /SAVECRED </FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>I get this back, </FONT></DIV>
<DIV><FONT color=#0000ff size=2></FONT> </DIV>
<DIV><FONT color=#990000>"A command was used with conflicting
switches."</FONT></DIV>
<P><FONT color=#000000 size=2>Which sort of confuses me as I only used one
switch I think<BR></P>
<P><FONT face=Arial size=2>[snip]</FONT> </P></FONT></BODY></HTML>