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?

Pankaj GogoiPosted Jun 17, 2011, 3:25 AM
Please refer the post below
http://stackoverflow.com/questions/3753758/creating-virtual-hard-drive
http://social.msdn.microsoft.com/Forums/en-NZ/netfxbcl/thread/9954dc4d-ca01-4ee7-ad0a-3f204e95cf8d
Hope this helps
Thank You