Hi guys,
i have a bunch of computers in a small workgroup which all require logon scripts.
I know how to write logon scripts as .bat .cmd,

net use S: \\host\drive

But my qeustion is how do i add a name and password into this automatic process,
i want to do this because all my client machine stop and wait for a user name and password to be entered. I figure there must be a way of doin this, but i cant seem to figure it out.