I've done lots of batch files in the past and I'm familiar with net use but in the past I've always supplied the user ID in the batch file and prompted for just the password.
But I now have a situation where I need to prompt for the user ID as well as the password and I don't see any way to do that with net use.
Does anyone else know of a way to do that or know of some other script I can use to map a drive which asks for user ID and password?
Jonathan