Quote:
Originally Posted by Squashman Have your batch file delete any existing mappings first and then recreate them.
I know it is kind of hokey but you gotta do what you gotta do to get things done sometimes. Back in the days of Win 9x the only way to get things to launch at startup was to put it in the startup folder. You should thank Bill for at least having that option in your time of need. |
Oh no, don't get me wrong, I'll definitely thank Bill if/once I get this working correctly! It's the best solution yet!!
Let's talk hypothetical first: If I write this batch file to delete Q drive, recreate Q drive, and enter credentials, I shouldn't have to do this to every single mapped file on the same server, right? I'm assuming that once I recreate the one mapped drive, the other mapped drives will then be able to log in based on the fact that I logged into the one. Right?
Assuming so, how would I write this net use command? I'm not sure how to do it. Thanks for all your help so far!! You guys are amazing.