Maping Network Drive
C#
5
Posts
4
Posters
0
Views
1
Watching
-
hi Let me know, How may I use following command using C#?
net.exe use Y: \\127.0.0.1\\DATABASE
Thanks (Riaz)
-
hi Let me know, How may I use following command using C#?
net.exe use Y: \\127.0.0.1\\DATABASE
Thanks (Riaz)
-
The System.Diagnostics.Process.Start(...) method seems to be what you need.
djj55: Nice but may have a permission problem Pete O'Hanlon: He has my permission to run it.
THANK YOU
-
THANK YOU
It is polite to upvote the answer when accepted (helps yours and the responders reputation).
Never underestimate the power of human stupidity RAH
-
The System.Diagnostics.Process.Start(...) method seems to be what you need.
djj55: Nice but may have a permission problem Pete O'Hanlon: He has my permission to run it.