Many thanks Connor,
 paul

 
On 26/04/06, Conor Boyd <[EMAIL PROTECTED]> wrote:
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.
 
So you probably want:
net use * \\192.168.1.3 /u:domain\username /savecred
 
Maybe that's what your conflict was.  Dunno, I've never used it myself...
 
C.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Paul A Norman
 
I completely overlooked
 
 /SAVECRED
 
I'll give it a go. For either ...
 
net use  /SAVECRED   \\192.168.1.3 password
 
OR
 
net use  \\192.168.1.3 password /SAVECRED  
 
I get this back,
 
"A command was used with conflicting switches."

Which sort of confuses me as I only used one switch I think

[snip]


_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi



_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to