Hi everyone,
I searched for the forums and find this one the most suitable. If this is not appropriate, Kindly move it to the appropriate one (Moderators or Administrators).
Well, my problem is as under:
I have a Windows Server 2008 R2 at some location say 1.2.3.4 and i am at IP 10.100.200.1, i want to map the drive D of my server (1.2.3.4) locally on my machine using command prompt command or anyother suitable thing that could easily be called through java or integrated easily within java application.
I have tried many things, google'd a lot but couldn't find it out. The most closest thing i have done is
net use u: \\1.2.3.4\D password /user:admin
but in the end it throws an error like System Error 67 has occured.
Any help or ideas???
Regards...