welcome.gif Hello!

Ok, Trying to run several setups silently from a batch file after installation of windows.

Problem I have is the files needed are stored on a server.
When the setup file is "called" it asks for password and username, what commands shall I add to my batch to stop it asking!?



EDIT:
CODE
net use X: \\SERVER\FOLDER /user:DOMAIN\USERNAME PASSWORD

Map any file, folder from the server, and itll remember the logon details.