Top "Network-drive" questions

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

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 …

c# windows-services network-drive
How to create a batch file to map network drives after connected to VPN

What is the best method for creating a batch file (.bat) that will automatically map network drives after a internet …

batch-file networking network-drive
Apache DocumentRoot to a Network Directory for Virtual Host

NameVirtualHost *:80 <VirtualHost *:80> ServerName tmp DocumentRoot "//192.168.1.25/www/" <Directory /> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow …

windows apache vhosts document-root network-drive
Programmatically determine user who last modified file on Windows?

I've been tasked with writing a simple command line utility in C# that will monitor a directory on a server …

c# windows network-drive
Accessing a file on a network drive

Background: I have an application that has to read from files on a network drive (Z:) This works great in …

c# network-drive
How to ensure network drives are connected for an application?

I have a desktop Windows application that is installed in small office environments. The application uses an .MDB database file …

windows ms-access network-drive
accessing network drive with php open dir

I have a flash drive(or hdd) connected to Linksys Router and set it up for access without login. Then …

apache networking service network-drive linksys
Repeated prompt for user name and password when accessing AS400 IFS under Windows XP using map network drive

I was trying to access the IFS using map network drive. It prompted the dialog asking for user name and …

ibm-midrange network-drive
IE not rendering CSS properly when the site is located at networkdrive

This is kinda weird problem we came across with my friend. We located our site at network drive and tried …

css internet-explorer windows-7 network-drive
Why doesn't my program recognize mapped UNC paths?

I have some problems writing to a mapped network drive (P:) in Windows 7 from my Delphi program. When I try, …

delphi windows-7 delphi-2007 unc network-drive