so net view threw an error:
Error 6118: "The List of Servers for This Workgroup..."

the KB article was pretty old: https://support.microsoft.com/en-us/kb/139910

So I rejoined the laptop to the domain for fun, the error went away and prints stuff out when I run net view, but still no mapped drives.

I am doing a very basic script now:

USE * /DEL

USE S: \\E500SRV2\SHARE
? @error
? @serror

? "press any key" GET$

with USE * /DEL it throws no error code, and serror prints 'the operation completed successfully' but maps no drives. With USE * /DEL not there it throws error 85 'the local device name is already in use'

What is interesting if I do net use * /del it actually says the S drive is already mapped, I wonder why it is not showing up or accessible though? I can try going to run and typing in S: and hit enter, it doesn't think it is there...very odd.



Edited by vivithemage (2016-06-02 09:45 PM)