1
Answer

Communicating virtual drive in same network

sujit kalagara

sujit kalagara

13y
1.5k
1
  
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?


Answers (1)