i'm not sure if i understand this fully, but maybe this would do the trick, copy and paste this code and make it a .bat

Code:
net use S: \\host\drive
[put username here]
[put password here]
for example, if your username is john, and your password is pass then it would be:

Code:
net use S: \\host\drive
john
pass
give it a shot, tell me how it turns out.



slick