Top "Network-drive" questions

Network drives are physical or virtual hard drives that are shared with the network or home group.

Copy file on a network shared drive

I have a network shared drive ("\serveur\folder") on which I would like to copy file. I can write on …

c# authentication network-drive
Mapping a network drive without hardcoding a drive letter in a batch file

I need to map a network drive with a batch file, but don't want to specify the drive letter. The …

batch-file network-drive
What are `Zone.Identifier` files?

I often see files named 'blabla.exe:Zone.Identifier' when monitoring I/O with Process Monitor. The files are seen …

windows file-io filesystems smb network-drive
How to create MAP Drive by batch file

often i have to create map drive where i specify machine and user credential. now i like to know can …

batch-file network-drive
Keeping Visual Studio Projects on a Network Drive

We just did a move from storing all files locally to a network drive. Problem is that is where my …

visual-studio-2005 network-drive
How do I access a network drive through the usual System.IO classes?

My software handles multiple operations on files, and I have now finished writing the related functions, using the System.IO …

.net vb.net filesystems io network-drive
PowerShell Test-Path returns False when testing a network share

The user has appropriate permissions to read the share, and the share maps properly. This issue seems to happen only …

powershell powershell-2.0 network-drive net-use
Mapping a network drive and checking for its existence in VBScript

I need to map a network drive into a network path using VBScript. The network path is read directly from …

vbscript network-drive mapped-drive
Error 1219 occurs when I try to map a network drive multiple server

I have a network drive (for instance, G: on Server A). And I am trying to map an additional network …

network-drive net-use
Batch file to map an external network drive and prompt for username and password

I am fairly new to BAT File Scripting and I was wondering if someone could tell me and show me …

batch-file mapping network-drive