to access c and d: of other nodes through VB coding

  • i want to access the c and d: of all the nodes from my computer(which is also a node and not a server) eventhough both the colon's are not shared in that particular node through VB coding

  • What do you mean 'both the colon's are not shared in that particular node through VB coding ''? Maybe you want to use the administrative shares (I.e you can only access them if you are Admin on the computer(s)) \\ServerName\C$ ?

    //Hanslindgren

  • thanq hanslindgren..

    is there any other way to achieve the task without logging as the administrator of the network.

  • It is enough to be Admin of the computer. I.e you can connect the share in any valid way. Ex: Net Use with valid credentials...

    Those are by far the most simple ways. Other stranger and not for general purpose use could be to build a small proxy program on the computers and remoteing it. Sharing the files through IIS could also solve your problem. But I would not over complicate things  

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply