Tagged Questions

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 either in service …