0
votes
1answer
256 views
How to programmatically check/set access permissions to a network drive?
How do you check to see if you have access (yet - because it will work fine after you have navigated there at least once before in this windows session and entered name/pass) to a …
0
votes
6answers
1k views
How does one map network drive from windows service?
I'm trying to map network drive from windows service, I use batch file for executing the following command
NET USE U: \\192.168.55.6\folder password
While executing batch file e …
