Hi,
In this way I am able to connect to a server volume within a fivewin application.
WinExec( "net use \\server\volume /user:Administrator marco ", 1)
...
...
...
...
WinExec( "net use \\server\volume /DELETE", 1)
But I don't like that!
Are there any other ways to do the same thing? Functions, Classes?
Thanks in advance
Marco