Jump to content

Accessing Networks with Passwords


Recommended Posts

Help needed pls..

how do we access network passwords with labview??

because when a network server has a password requiremnt, like these,

i cant use the FILE vi's like the LIST,NEW etc..

what do i need to do to pre-program the network access?

thanks!

netpass.jpg

You can use the NET USE command, using System Exec to execute the command line.

C:\WINDOWS\system32>net use /?

The syntax of this command is:

NET USE

[devicename | *][\\computername\sharename[\volume] [password | *]]

[/uSER:[domainname\]username]

[/uSER:[dotted domain name\]username]

[/uSER:[username@dotted domain name]

[/sMARTCARD]

[/sAVECRED]

[[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.