Hello everyone

I've looked through the forums for a while now but couldn't find this particular problem;
I am trying to map a network drive via script on a Citrix server. When the loginscript is being executed I get an error message on this line:
 Code:
use l: "\\xxx.xxx.xxx.xxx\folder" /USER:domain\user /PASSWORD:password /PERSISTENT:YES


I have another drive that is mapped the same way, which works fine. The only difference is that the username does not contain the domain name.
Now my question is, is it possible to map a drive with a different user and am I using the wrong command?

Thanks in advance for any advice