Top "Mapped-drive" questions

Association of a drive letter (A through Z) with a remote storage in Microsoft Windows and OS/2

How can I find the IP address of a mapped network drive in C++?

I have a list of possible paths to use for a default input data directory (X:\Data; Y:\Data; Z:\…

c++ windows ip-address mapped-drive
Batch Scripting - Wait until network Established

I have logon.bat script that runs each time a user logs into their workstation of an Active Directory domain. …

windows batch-file active-directory network-programming mapped-drive
Accessing virtual directory(mapped drive) via c#/asp.net webpage with IIS7

So i have a server A and server B. Server A: Windows Server 2008R2 Server B: Windows Server 2003 Web page …

c# asp.net iis-7 virtual-directory mapped-drive
Mapped network drives cannot be listed in C#

I am trying to list all local drives in my application, and DriveInfo.GetDrives give back the local drive letters, …

c# mapped-drive driveinfo
C# - Map Network drive from Web Service

We are working on a web service that has to run a 3rd party process that interacts with a mapped …

c# .net windows-services shared-directory mapped-drive
PowerShell Invoke-Expression command parameter contains comma

What should I do when a password contains PowerShell special characters? Invoke-Expression -Command "net use x: $Path /USER:domain1\user1 7…

powershell special-characters mapped-drive
FileSystemWatcher on mapped network drive

Are there any special considerations (other than permissions) that you should take into account when implementing a FSW to monitor …

c# exception-handling filesystemwatcher mapped-drive