LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I access a file on a server where the path is password protected?

Solved!
Go to solution

I have a file stored on a computer in a remote location.  This file must be accessed by multiple test computers to update the test results.  I need to access the file to collect the results.  Currently, I have to log in to the remote computer via file manager and tell file manager to remember the password so that LabVIEW will be able to access the test result file.  Is there a way that LabVIEW can do this?  I do not want the test computers to remain logged in to the remote computer, as someome may be able to accidently corrupt the file.

 

Thanks.

0 Kudos
Message 1 of 2
(2,654 Views)
Solution
Accepted by topic author DLJ
This question has come up before. Did you try a search? You can use the "net use" command via System Exec to mount the network share, and then you can disconnect it. Do a search on "net use", or just type "net help use" at a command prompt.
Message 2 of 2
(2,649 Views)