trying to map win xp machines in a linux

How do I map some winxp machines on a linux machine using samba?
any help will be apreciated
Thanks

mount -t smbfs -o username=[.],password=[.] //machine/dir /mount.point

to mount

smbtree

could be used to see smb-resources of your net

I will try it
thank you