This might be a simple problem, but I am trying to map a drive in a .bat file using net use.
When I do
net use \\serverA\folder
I get error 53 and “The network path was not found.
However, I can map the drive in explorer and can browse the server just fine in i.e. using the same path.
Any thoughts?