ok i have a use direction in my script but it dosent work

the username, password and the directorys are in variables

username = $user
password = $pw
directory = $dict = \\server\testfoler\


is this correct ?

Use u: "$dict" /User:"testdomain\' + $user + '" /Password:"' + $pw + '"

or this ?

Use u: "$dict" /User:"\\ww010\" + $user /Password:"" + $pw


Edited by snake (2005-08-23 01:50 PM)