Communicating virtual drive in same network
i was created one virtual drive in my machine using System.Diagnostics.Process.Start("subst", @"J: E://JMJ");
i created one EXE file for that.
i am trying to install that EXE file in onther machine within the network. but drive is not created.
and how to communicate that drive in all machines?