I want to map a network drive (samba).
The point is that you have to input Username and Password to connect.
Every user has its unique username and password and whan type it , then go directly to its \home directory.
I want to make VBS script to do that.
i try this but when the user prompted for password anyone can see his pass...!!!
Any ideas???
Dim strName 'Define the variable
...