Hello:

I am developing a program using Visual Basic 6.0. In that program, I would like to create a directory in a remote machine (given its ip). For doing that, I am using mkdir command, but it appears an error when I try to execute my application. I do not what I am doing wrong. I do not if I can create a directory in a remote machine I can use mkdir, or I must use other controls or APIs. I have been using Inet control too, but the result is the same. I know that if I want to access to a remote machine, normally a window asking for the user and password should appear, but it does not in my application.

Anybody of you know how to do it ?

Thank you for all