If I run ‘net use x: \\servername\sharename from a command line in Windows 98 it maps the drive perfectly. If I add this statement to a batch file it does nothing. Why is this not working in the batch file but working when I type it ‘verbatim’ at the command line?
Thanks!