mounting a server

Hi

I have a script that mounted a windows 2000 server with no trouble but notw that the server has changed to 2003 this script no longer connects. I have been told by the IT guy’s that i need to insert a Domain name into this script but where? Has anyone else had problems mou nting a windows 2003 server. Here is the windows 2000 working script

mount volume "smb://[i]username[/i]:[i]password[/i]@[i]IPaddress[/i]/[i]shared volume[/i]"

Anyone have any thoughts ?

i have seen that command listed somewhere like this

mount volume “smb://workgroup;username:password@server/share”

try putting the domain name in the “workgroup” section and see if that helps.

IT WORKS !!! Thanks you so much