I created simple bat file in windows xp startup to map network drive with password
NET USE s: \\192.168.1.1\test\ /user:xxx *
the problem is that if i enter wrong password window closes and doesn't ask to enter password again... how to make so that if i enter wrong password I'm asked again to enter correct one?